Interface AddToNewWorkspaceOptions

interface AddToNewWorkspaceOptions {
    networkData?: NetworkData;
    targetObjectId?: string;
    visualization?: Visualization;
    workspaceName?: string;
}

Properties

networkData?: NetworkData

Network visualization data to be copied to the new workspace.

targetObjectId?: string

The object to add the workspace to. If undefined a new object will be created.

visualization?: Visualization

The visualization to initially display in the new workspace.

workspaceName?: string

The name of the new workspace.