VisuallyJsProviderProps
Props for the VisuallyJsProvider.
Properties
data?
optionaldata:any
Optional data to load. Typed any because it depends on the dataType.
dataType?
optionaldataType:string
Optional identifier for the data type expected from data or what is retrieved from url. Defaults to VisuallyJs's default json datatype.
modelOptions?
optionalmodelOptions:ModelOptions
Options for the model
url?
optionalurl:string
Optional url to load data from.