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