Type alias ContextMenuOptions

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

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

Type declaration

  • Optional enabled?: boolean

    Displays the context menu on right click.

  • Optional template?: PrebuiltContextMenuItem[]

    Context menu items to display on right-click.

Generated using TypeDoc