SmartTrayTitleWidget
Extends
Component<SmartTrayTitleWidgetProps>
Constructors
Constructor
new SmartTrayTitleWidget(props): SmartTrayTitleWidget;
Parameters
| Parameter | Type |
|---|---|
props | SmartTrayTitleWidgetProps |
Returns
SmartTrayTitleWidget
Inherited from
React.Component<SmartTrayTitleWidgetProps>.constructor
Constructor
new SmartTrayTitleWidget(props, context): SmartTrayTitleWidget;
Parameters
| Parameter | Type | Description |
|---|---|---|
props | SmartTrayTitleWidgetProps | - |
context | any | value of the parent Context specified in contextType. |
Returns
SmartTrayTitleWidget
Inherited from
React.Component<SmartTrayTitleWidgetProps>.constructor
Methods
componentDidMount()
componentDidMount(): void;
Called immediately after a component is mounted. Setting state here will trigger re-rendering.
Returns
void
Overrides
React.Component.componentDidMount
componentWillUnmount()
componentWillUnmount(): void;
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as
cancelled network requests, or cleaning up any DOM elements created in componentDidMount.
Returns
void
Overrides
React.Component.componentWillUnmount
getCloseButton()
getCloseButton(): Btn;
Returns
getMinimizeButtons()
getMinimizeButtons(): Btn[];
Returns
Btn[]
getOtherButtons()
getOtherButtons(): Btn[];
Returns
Btn[]
render()
render(): Element;
Returns
Element
Overrides
React.Component.render