AboutSupportDeveloper GuideVersion 22.3.18

Interface OpenSaveButtonContextMenuRequest

Request for opening a context menu from save button in Browser.

interface OpenSaveButtonContextMenuRequest {
    buttonLeft: number;
    buttonWidth: number;
    customData?: any;
    pageId: string;
    x: number;
    y: number;
}

Properties

buttonLeft: number

Screen x-coordinate of save button

buttonWidth: number

width of save button

customData?: any

Miscellaneous options necessary for implementing custom logic in the provider override.

pageId: string

Id of the page on which the context menu is invoked

x: number

Client x-coordinate where context menu should be shown.

y: number

Client y-coordinate where context menu should be shown.

MMNEPVFCICPMFPCPTTAAATR