AboutSupportDeveloper GuideVersion 38.126.82.64

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.