@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
29 lines • 1.32 kB
TypeScript
export declare const defaultWidgetIds: {
readonly APPLICATIONS: "Applications";
readonly ASSET_NOTES: "Asset Notes";
readonly LEGACY_COCKPIT_WELCOME: "Cockpit Welcome";
readonly COCKPIT_WELCOME: "cockpit.welcome.widget";
readonly DATA_POINTS_TABLE: "Data points table";
readonly DEVICE_MANAGEMENT_WELCOME: "devicemanagement.welcome.widget";
readonly IMAGE: "Image";
readonly KPI: "kpi.widget";
readonly MARKDOWN: "markdown";
readonly HELP_AND_SERVICE: "HelpAndService";
readonly THREE_D_ROTATION: "rotation3d";
readonly MAP: "Map";
readonly DEVICE_CONTROL_MESSAGE_WIDGET: "deviceControlMessageWidget";
readonly INFO_GAUGE: "infoGauge";
readonly ALARM_LIST: "Alarm list";
readonly ALL_CRITICAL_ALARMS: "Asset Alarms";
readonly RECENT_ALARMS: "Recent Alarms";
readonly LINEAR_GAUGE: "KPI Linear Gauge";
readonly SILO: "KPI Silo";
readonly HTML: "Html widget";
readonly RADIAL_GAUGE: "KPI Radial Gauge";
readonly DATAPOINTS_GRAPH_NEW: "Data points graph 2";
readonly DATAPOINTS_GRAPH: "Data points graph";
readonly QUICK_LINKS: "Quick Links";
};
export type DefaultWidgetIdKeys = keyof typeof defaultWidgetIds;
export type DefaultWidgetIdValues = (typeof defaultWidgetIds)[DefaultWidgetIdKeys];
//# sourceMappingURL=index.d.ts.map