VisorWidget
Extends
Component<VisorWidgetProps>
Constructors
Constructor
new VisorWidget(props): VisorWidget;
Parameters
| Parameter | Type |
|---|---|
props | VisorWidgetProps |
Returns
VisorWidget
Inherited from
React.Component<VisorWidgetProps>.constructor
Constructor
new VisorWidget(props, context): VisorWidget;
Parameters
| Parameter | Type | Description |
|---|---|---|
props | VisorWidgetProps | - |
context | any | value of the parent Context specified in contextType. |
Returns
VisorWidget
Inherited from
React.Component<VisorWidgetProps>.constructor
Accessors
comboBox
visorStore
Methods
render()
render(): Element;
Returns
Element
Overrides
React.Component.render