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