interface GetDashboardItemPropertyKeys {
    dashboardId: string;
    itemId: string;
}

Properties

Properties

dashboardId: string

The ID of the dashboard.

itemId: string

The ID of the dashboard item.