Copy options of a Dashboard.

interface CopyDashboardOptions {
    copyDashboardScope: DashboardScope;
    copyQueriesFlag?: boolean;
    description?: string;
    name?: string;
    projectId: string;
    queryFolderPath?: string;
    refreshInterval?: number;
    teamId?: string;
}

Properties

copyDashboardScope: DashboardScope

Dashboard Scope. Can be either Project or Project_Team

copyQueriesFlag?: boolean

When this flag is set to true,option to select the folder to copy Queries of copy dashboard will appear.

description?: string

Description of the dashboard

name?: string

Name of the dashboard

projectId: string

ID of the project. Provided by service at creation time.

queryFolderPath?: string

Path to which the queries should be copied of copy dashboard

refreshInterval?: number

Refresh interval of dashboard

teamId?: string

ID of the team. Provided by service at creation time