Hiyve Components - v1.0.0
    Preparing search index...

    Context menu item configuration

    interface ContextMenuItem {
        action: () => void;
        addinId?: string;
        disabled?: boolean;
        divider?: boolean;
        icon?: ReactNode;
        id: string;
        label: string;
    }
    Index

    Properties

    action: () => void

    Click handler

    addinId?: string

    Add-in ID that provided this item

    disabled?: boolean

    Whether the item is disabled

    divider?: boolean

    Item divider (show divider after this item)

    icon?: ReactNode

    Item icon

    id: string

    Unique item ID

    label: string

    Item label