Interface AddAllObjectsToWorkspaceDialogOptions

interface AddAllObjectsToWorkspaceDialogOptions {
    currentObject?: ObjectIdentifier;
    networkData?: NetworkData;
    visualizationName?: Visualization;
}

Properties

currentObject?: ObjectIdentifier

The object the user is currently viewing. This is used as a visual aid in the dialog.

networkData?: NetworkData

Network visualization data to be copied to the workspace.

visualizationName?: Visualization

The visualization to initially display after the objects have been added.