interface DeleteDashboardItemProperty {
    dashboardId: string;
    itemId: string;
    propertyKey: string;
}

Properties

dashboardId: string

The ID of the dashboard.

itemId: string

The ID of the dashboard item.

propertyKey: string

The key of the dashboard item property.