Interface KPIType

Reference KPIType

interface KPIType {
    AdditionalDataPoints: Partial<DataPointType>[];
    DataPoint: Partial<DataPointType>;
    Detail: KPIDetailType;
    ID?: string;
    SelectionVariant: SelectionVariant;
    ShortDescription: string;
}

Properties

AdditionalDataPoints: Partial<DataPointType>[]

Additional data points, either specified inline or referencing another annotation via Path Additional data points are typically related to the main data point and provide complementing information or could be used for comparisons

DataPoint: Partial<DataPointType>
ID?: string
SelectionVariant: SelectionVariant
ShortDescription: string

Generated using TypeDoc