Member Junction
    Preparing search index...

    One row in the canvas context menu. The host may replace the default Edit/Remove set.

    type FlowContextMenuItem = {
        Danger?: boolean;
        Disabled?: boolean;
        Icon?: string;
        ID: string;
        Label: string;
        Shortcut?: string;
    }
    Index

    Properties

    Danger?: boolean
    Disabled?: boolean
    Icon?: string
    ID: string
    Label: string
    Shortcut?: string