CopyDashboardOptions interface
Copy options of a Dashboard.
Properties
copy |
Dashboard Scope. Can be either Project or Project_Team |
copy |
When this flag is set to true,option to select the folder to copy Queries of copy dashboard will appear. |
description | Description of the dashboard |
name | Name of the dashboard |
project |
ID of the project. Provided by service at creation time. |
query |
Path to which the queries should be copied of copy dashboard |
refresh |
Refresh interval of dashboard |
team |
ID of the team. Provided by service at creation time |
Property Details
copyDashboardScope
Dashboard Scope. Can be either Project or Project_Team
copyDashboardScope: DashboardScope
Property Value
copyQueriesFlag
When this flag is set to true,option to select the folder to copy Queries of copy dashboard will appear.
copyQueriesFlag: boolean
Property Value
boolean
description
Description of the dashboard
description: string
Property Value
string
name
Name of the dashboard
name: string
Property Value
string
projectId
ID of the project. Provided by service at creation time.
projectId: string
Property Value
string
queryFolderPath
Path to which the queries should be copied of copy dashboard
queryFolderPath: string
Property Value
string
refreshInterval
Refresh interval of dashboard
refreshInterval: number
Property Value
number
teamId
ID of the team. Provided by service at creation time
teamId: string
Property Value
string