EntityPlaceholderWidget<T, X>
Extends
Component<EntityPlaceholderWidgetProps<T,X>>
Type Parameters
| Type Parameter |
|---|
T extends WorkspaceModel |
X |
Constructors
Constructor
new EntityPlaceholderWidget<T, X>(props): EntityPlaceholderWidget<T, X>;
Parameters
| Parameter | Type |
|---|---|
props | EntityPlaceholderWidgetProps |
Returns
EntityPlaceholderWidget<T, X>
Inherited from
React.Component<
EntityPlaceholderWidgetProps<T, X>
>.constructor
Constructor
new EntityPlaceholderWidget<T, X>(props, context): EntityPlaceholderWidget<T, X>;
Parameters
| Parameter | Type | Description |
|---|---|---|
props | EntityPlaceholderWidgetProps | - |
context | any | value of the parent Context specified in contextType. |
Returns
EntityPlaceholderWidget<T, X>
Inherited from
React.Component<
EntityPlaceholderWidgetProps<T, X>
>.constructor
Accessors
system
Methods
render()
render(): Element;
Returns
Element
Overrides
React.Component.render