Skip to main content

VisuallyJsProviderProps

Props for the VisuallyJsProvider.

Properties

data?

optional data: any

Optional data to load. Typed any because it depends on the dataType.


dataType?

optional dataType: string

Optional identifier for the data type expected from data or what is retrieved from url. Defaults to VisuallyJs's default json datatype.


modelOptions?

optional modelOptions: ModelOptions

Options for the model


url?

optional url: string

Optional url to load data from.