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