SmartWorkspaceWidget
Extends
Component<SmartWorkspaceWidgetProps,SmartWorkspaceWidgetState>
Constructors
Constructor
new SmartWorkspaceWidget(props): SmartWorkspaceWidget;
Parameters
| Parameter | Type |
|---|---|
props | any |
Returns
SmartWorkspaceWidget
Overrides
React.Component<SmartWorkspaceWidgetProps, SmartWorkspaceWidgetState>.constructor
Properties
| Property | Type |
|---|---|
model | WorkspaceNodeModel |
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
| Parameter | Type |
|---|---|
error | Error |
errorInfo | ErrorInfo |
Returns
void
Overrides
React.Component.componentDidCatch
getWorkspace()
getWorkspace(): Element;
Returns
Element
render()
render(): Element;
Returns
Element
Overrides
React.Component.render