Skip to main content

EntityPlaceholderWidget<T, X>

Extends

Type Parameters

Type Parameter
T extends WorkspaceModel
X

Constructors

Constructor

new EntityPlaceholderWidget<T, X>(props): EntityPlaceholderWidget<T, X>;

Parameters

ParameterType
propsEntityPlaceholderWidgetProps

Returns

EntityPlaceholderWidget<T, X>

Inherited from

React.Component<
EntityPlaceholderWidgetProps<T, X>
>.constructor

Constructor

new EntityPlaceholderWidget<T, X>(props, context): EntityPlaceholderWidget<T, X>;

Parameters

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