Skip to main content

SmartTrayTitleWidget

Extends

Constructors

Constructor

new SmartTrayTitleWidget(props): SmartTrayTitleWidget;

Parameters

ParameterType
propsSmartTrayTitleWidgetProps

Returns

SmartTrayTitleWidget

Inherited from

React.Component<SmartTrayTitleWidgetProps>.constructor

Constructor

new SmartTrayTitleWidget(props, context): SmartTrayTitleWidget;

Parameters

ParameterTypeDescription
propsSmartTrayTitleWidgetProps-
contextanyvalue 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

Btn


getMinimizeButtons()

getMinimizeButtons(): Btn[];

Returns

Btn[]


getOtherButtons()

getOtherButtons(): Btn[];

Returns

Btn[]


render()

render(): Element;

Returns

Element

Overrides

React.Component.render