File

projects/netgrif-components-core/src/lib/dashboard/cards/model/custom-dashboard-model/custom-card.ts

Extends

DashboardCard

Index

Properties

Properties

componentName
componentName: string
Type : string
Optional
filter
filter: CaseSearchRequestBody | TaskSearchRequestBody
Type : CaseSearchRequestBody | TaskSearchRequestBody
Optional
query
query: AggregationQuery
Type : AggregationQuery
Optional
resourceType
resourceType: FilterType
Type : FilterType
Optional
title
title: string
Type : string
Optional
units
units: string
Type : string
Optional
xAxisLabel
xAxisLabel: string
Type : string
Optional
yAxisLabel
yAxisLabel: string
Type : string
Optional
import {DashboardCard} from '../dashboard-card';
import {CaseSearchRequestBody} from '../../../../filter/models/case-search-request-body';
import {TaskSearchRequestBody} from '../../../../filter/models/task-search-request-body';
import {FilterType} from '../../../../filter/models/filter-type';
import {AggregationQuery} from './aggregation-query';

export interface CustomCard extends DashboardCard {
    title?: string;
    query?: AggregationQuery;
    componentName?: string;
    units?: string;
    xAxisLabel?: string;
    yAxisLabel?: string;
    resourceType?: FilterType;
    filter?: CaseSearchRequestBody | TaskSearchRequestBody;
}

result-matching ""

    No results matching ""