OpenFin Workspace Platform API
    Preparing search index...

    Interface ApplyWorkspaceOptions

    Options for the applyWorkspace method.

    interface ApplyWorkspaceOptions {
        applySnapshotOptions?: ApplySnapshotOptions;
        promptContainerWindowIdentity?: Identity_4;
        shouldCenterModalOnMonitor?: boolean;
        skipPrompt?: boolean;
    }
    Index
    applySnapshotOptions?: ApplySnapshotOptions

    Options to apply the workspace snapshot with.

    promptContainerWindowIdentity?: Identity_4

    The window to use as the parent for the workspace switch confirmation dialog.

    shouldCenterModalOnMonitor?: boolean

    Should the dialog modal be centered on the monitor instead of on top of the platform window

    skipPrompt?: boolean

    If true, the workspace will be applied without prompting the user to confirm. If false, the user will be prompted to confirm the workspace application.

    false