UNPKG

dotcms

Version:

This library allows you to interact with DotCMS API's easily from the browser, nodejs and React Native. [Full Documentation](https://dotcms.github.io/core-web/dotcms/)

9 lines (8 loc) 187 B
import { DotCMSEventsParams } from '../models'; /** * Emit custom events for the DotCMS Edit Mode * */ export declare class DotApiEvent { emit(params: DotCMSEventsParams): void; }