Embedded analytics SDK API
    Preparing search index...

    Type Alias DashboardCardCustomMenuItem

    type DashboardCardCustomMenuItem = {
        customItems?: (DashCardMenuItem | CustomDashboardCardMenuItem)[];
        withDownloads?: boolean;
        withEditLink?: boolean;
    }
    Index

    Properties

    withDownloads?: boolean
    withEditLink?: boolean