Skip to main content

InputContainerWidget

Extends

Constructors

Constructor

new InputContainerWidget(props): InputContainerWidget;

Parameters

ParameterType
propsPropsWithChildren

Returns

InputContainerWidget

Inherited from

React.Component<React.PropsWithChildren<InputContainerWidgetProps>>.constructor

Constructor

new InputContainerWidget(props, context): InputContainerWidget;

Parameters

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

Returns

InputContainerWidget

Inherited from

React.Component<React.PropsWithChildren<InputContainerWidgetProps>>.constructor

Methods

render()

render(): Element;

Returns

Element

Overrides

React.Component.render