File

src/app/modules/dashboard/interfaces/dashboardParams.ts

Description

Contains dashboard query param(s)

Index

Properties

Properties

data
data: literal type
Type : literal type

Query data - Content identifier and time period

dataset
dataset: string
Type : string
Optional

Contains dashboard type - creation / consumption

Used to construct dashboard api url

export interface DashboardParams {
    /**
     * Query data - Content identifier and time period
     */
    data: { identifier: string, timePeriod: string };

    /**
     * Contains dashboard type - creation / consumption
     *
     * Used to construct dashboard api url
     */
    dataset?: string;
}

results matching ""

    No results matching ""