AboutSupportDeveloper GuideVersion 15.0.8

Type alias LockUnlockPageConfig

LockUnlockPageConfig: {
    disabled?: boolean;
    type: LockUnlockPage;
}

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

Type declaration

Example

const lockUnlockPageConfig: LockUnlockPageConfig = {
type: BrowserButtonType.LockUnlockPage,
disabled: false
};