o3-dapi-ont
Version:
Ontology Plugin for o3-dapi
5 lines • 309 B
TypeScript
import { EventName } from '../constants';
export declare function addEventListener(event: EventName, callback: Function): void;
export declare function removeEventListener(event: EventName): void;
export declare function onEvent(event: EventName, data?: any): void;
//# sourceMappingURL=eventListener.d.ts.map