Data stored by a Workspace view.

interface IWorkspaceComponentPaneData {
    componentId: string;
    componentProps: string;
}

Properties

componentId: string
componentProps: string