Interface SidepaneContextMenuDataFlowLink

interface SidepaneContextMenuDataFlowLink {
    factSheetId: string;
    label: string;
    type: "DataFlowLink";
}

Hierarchy

  • SidepaneContextMenuBaseItem
    • SidepaneContextMenuDataFlowLink

Properties

factSheetId: string
label: string
type: "DataFlowLink"

Generated using TypeDoc