OpenFin Workspace Platform API
    Preparing search index...

    Type Alias LockUnlockPageConfig

    Configuration Object for the page lock/unlock button within the browser toolbar

    const lockUnlockPageConfig: LockUnlockPageConfig = {
    type: BrowserButtonType.LockUnlockPage,
    disabled: false
    };
    type LockUnlockPageConfig = {
        disabled?: boolean;
        lockedIconUrl?: string;
        type: LockUnlockPage;
        unlockedIconUrl?: string;
    }
    Index
    disabled?: boolean
    lockedIconUrl?: string
    unlockedIconUrl?: string