@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
13 lines • 730 B
TypeScript
import { KPIDetails } from '../datapoint-selection.model';
import * as i0 from "@angular/core";
export declare class DatapointTemplatePopoverComponent {
datapoint: KPIDetails;
attributes: Array<{
label: string;
labelColor?: string;
key: keyof KPIDetails;
}>;
static ɵfac: i0.ɵɵFactoryDeclaration<DatapointTemplatePopoverComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DatapointTemplatePopoverComponent, "c8y-datapoint-template-popover", never, { "datapoint": { "alias": "datapoint"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=datapoint-template-popover.component.d.ts.map