vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface DashboardMetadata

    interface DashboardMetadata {
        backgroundEndColor: string;
        backgroundFadeDirection: ChartBackgroundDirection;
        backgroundStartColor: string;
        chartTheme?: ChartTheme;
        colorPalette?: ChartColorPalettes;
        dashboardChartTheme?: ChartTheme;
        dashboardColorPalette?: ChartColorPalettes;
        dashboardFilters?: DashboardFilter[];
        dashboardGridLayout?: DashboardGridLayout;
        dashboardResultRefreshedDate?: string;
        dashboardResultRunningUser?: string;
        dashboardType?: DashboardType;
        description?: string;
        folderName?: string;
        fullName?: string;
        isGridLayout?: boolean;
        leftSection?: DashboardComponentSection;
        middleSection?: DashboardComponentSection;
        numSubscriptions?: number;
        rightSection?: DashboardComponentSection;
        runningUser?: string;
        textColor: string;
        title: string;
        titleColor: string;
        titleSize: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundEndColor: string
    backgroundFadeDirection: ChartBackgroundDirection
    backgroundStartColor: string
    chartTheme?: ChartTheme
    colorPalette?: ChartColorPalettes
    dashboardChartTheme?: ChartTheme
    dashboardColorPalette?: ChartColorPalettes
    dashboardFilters?: DashboardFilter[]
    dashboardGridLayout?: DashboardGridLayout
    dashboardResultRefreshedDate?: string
    dashboardResultRunningUser?: string
    dashboardType?: DashboardType
    description?: string
    folderName?: string
    fullName?: string
    isGridLayout?: boolean
    numSubscriptions?: number
    runningUser?: string
    textColor: string
    title: string
    titleColor: string
    titleSize: number