Highcharts Dashboards
    Preparing search index...

    Options for the context menu.

    interface Options {
        className?: string;
        enabled?: boolean;
        icon?: string;
        items?: (string | Options)[];
        itemsClassName?: string;
        text?: string;
        width?: number;
    }

    Hierarchy

    • Options
      • Options
    Index

    Properties

    className?: string

    The class name of the menu's container.

    enabled?: boolean

    Whether to enable the context menu.

    icon?: string

    The icon name.

    Try it:

    Change icon

    items?: (string | Options)[]

    The list of items in the context menu.

    ['editMode']
    
    itemsClassName?: string

    The class name of the menu's items. Applied to each item in the context menu.

    text?: string

    The text added next to the icon.

    Try it:

    text next to icon

    undefined
    
    width?: number

    Width of the context menu.

    Try it:

    Change width