AboutSupportDeveloper GuideVersion 22.3.18
LockUnlockPageConfig: {
    disabled?: boolean;
    lockedIconUrl?: string;
    type: LockUnlockPage;
    unlockedIconUrl?: string;
}

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

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