PaperComponentProps
Supported props for the PaperComponent.
Properties
data?
optionaldata:any
Optional dataset to load.
dataType?
optionaldataType:string
ID of the format that data or the data retrieved from url is expected to be in. Defaults to JSON_DATATYPE.
modelOptions?
optionalmodelOptions:ModelOptions
Options for the underlying model.
paperId?
optionalpaperId:string
ID of the paper to attach to. This is optional; Visually JS will use the default paper ID if you do not provide this. For apps where there's only one paper there is no need to provide this.
renderOptions?
optionalrenderOptions:RenderOptions
Parameters to configure the underlying paper.
url?
optionalurl:string
Optional url for a dataset to load.
viewOptions?
optionalviewOptions:ViewOptions
Mapping of model object types to components and behaviour