InputContainerWidget
Extends
Component<React.PropsWithChildren<InputContainerWidgetProps>>
Constructors
Constructor
new InputContainerWidget(props): InputContainerWidget;
Parameters
| Parameter | Type |
|---|---|
props | PropsWithChildren |
Returns
InputContainerWidget
Inherited from
React.Component<React.PropsWithChildren<InputContainerWidgetProps>>.constructor
Constructor
new InputContainerWidget(props, context): InputContainerWidget;
Parameters
| Parameter | Type | Description |
|---|---|---|
props | PropsWithChildren | - |
context | any | value 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