Skip to main content

SmartWorkspaceWidget

Extends

Constructors

Constructor

new SmartWorkspaceWidget(props): SmartWorkspaceWidget;

Parameters

ParameterType
propsany

Returns

SmartWorkspaceWidget

Overrides

React.Component<SmartWorkspaceWidgetProps, SmartWorkspaceWidgetState>.constructor

Properties

PropertyType
modelWorkspaceNodeModel

Accessors

app


uxStore


workspaceStore

Methods

componentDidCatch()

componentDidCatch(error, errorInfo): void;

Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.

Parameters

ParameterType
errorError
errorInfoErrorInfo

Returns

void

Overrides

React.Component.componentDidCatch

getWorkspace()

getWorkspace(): Element;

Returns

Element


render()

render(): Element;

Returns

Element

Overrides

React.Component.render