@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
20 lines (16 loc) • 594 B
TypeScript
import { IEvent } from '@c8y/client';
import * as i0 from '@angular/core';
declare const EVENT_RESERVED_KEYS: string[];
declare const EVENT_STANDARD_KEYS: {
type: "Type";
text: "Text";
};
declare class EventsService {
getStandardKeys(event: IEvent): any;
getNonStandardKeys(event: IEvent, excluding?: string[]): any;
private getKeys;
static ɵfac: i0.ɵɵFactoryDeclaration<EventsService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<EventsService>;
}
export { EVENT_RESERVED_KEYS, EVENT_STANDARD_KEYS, EventsService };
//# sourceMappingURL=index.d.ts.map