AboutSupportDeveloper GuideVersion 39.125.81.6

Configure the context menu when right-clicking on a window.

interface ContextMenuOptions {
    enabled?: boolean;
    template?: PrebuiltContextMenuItem[];
}

Properties

Properties

enabled?: boolean

Displays the context menu on right click.

Context menu items to display on right-click.