Skip to main content

FooterWidget

Extends

Constructors

Constructor

new FooterWidget(props): FooterWidget;

Parameters

ParameterType
propsPropsWithChildren

Returns

FooterWidget

Inherited from

React.Component<React.PropsWithChildren<FooterWidgetProps>>.constructor

Constructor

new FooterWidget(props, context): FooterWidget;

Parameters

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