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