Skip to main content

SmartPanelTitleWidget

Extends

Constructors

Constructor

new SmartPanelTitleWidget(props): SmartPanelTitleWidget;

Parameters

ParameterType
propsSmartPanelTitleWidgetProps

Returns

SmartPanelTitleWidget

Inherited from

React.Component<SmartPanelTitleWidgetProps>.constructor

Constructor

new SmartPanelTitleWidget(props, context): SmartPanelTitleWidget;

Parameters

ParameterTypeDescription
propsSmartPanelTitleWidgetProps-
contextanyvalue of the parent Context specified in contextType.

Returns

SmartPanelTitleWidget

Inherited from

React.Component<SmartPanelTitleWidgetProps>.constructor

Methods

getButtons()

getButtons(): Btn & {
highlight?: boolean;
}[];

Returns

Btn & { highlight?: boolean; }[]


getCloseButton()

getCloseButton(): Btn;

Returns

Btn


render()

render(): Element;

Returns

Element

Overrides

React.Component.render