UNPKG

@syncfusion/ej2-inplace-editor

Version:

A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server.

18 lines (17 loc) 431 B
/** * In-place Editor events defined here. */ /** @hidden */ export declare const render: string; /** @hidden */ export declare const update: string; /** @hidden */ export declare const destroy: string; /** @hidden */ export declare const setFocus: string; /** @hidden */ export declare const accessValue: string; /** @hidden */ export declare const destroyModules: string; /** @hidden */ export declare const showPopup: string;