Json View
This component allows rendering a view from a view.json
schema.
Instead of loading a view from the file system, the view's definition is passed view the viewJson
parameter.
Properties
Name | Description | Property Type |
---|---|---|
viewJson | View definition. | object |
viewParams | Parameters for this view instance. | object |
viewStyle | Styles applied to the view. | object |
useDefaultHeight | Use default view height. | boolean |
useDefaultMinHeight | Use default minimum view height. | boolean |
useDefaultWidth | Use default view width. | boolean |
useDefaultMinWidth | Use default minimum view width. | boolean |
style | Use styles to customize the visual style of the component. Full menu of style options is available for text, background, margin and padding, border, shape and miscellaneous. You can also specify a style class. | object |