Interface SidepaneOpenReportInNewTabLink

interface SidepaneOpenReportInNewTabLink {
    contextFacets?: ContextFacetsSelectionState[];
    label: string;
    name?: string;
    state: any;
    type: "OpenReportInNewTab";
}

Hierarchy

  • SidepaneContextMenuBaseItem
    • SidepaneOpenReportInNewTabLink

Properties

contextFacets?: ContextFacetsSelectionState[]
label: string
name?: string
state: any
type: "OpenReportInNewTab"

Generated using TypeDoc