Member Junction
    Preparing search index...

    One entry of the rendered context menu.

    interface WhiteboardContextMenuAction {
        Danger?: boolean;
        Icon: string;
        ID: WhiteboardContextMenuActionID;
        Label: string;
        SeparatorBefore?: boolean;
    }
    Index

    Properties

    Danger?: boolean

    Destructive styling (delete).

    Icon: string

    Font Awesome icon classes.

    Label: string
    SeparatorBefore?: boolean

    Render a divider line ABOVE this entry.