Interface SidepaneContextMenuClickEntry

interface SidepaneContextMenuClickEntry {
    clickId: string;
    label: string;
    type: "Click";
}

Hierarchy

  • SidepaneContextMenuBaseItem
    • SidepaneContextMenuClickEntry

Properties

Properties

clickId: string
label: string
type: "Click"

Generated using TypeDoc