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.

20 lines (19 loc) 533 B
import { InPlaceEditor } from '../base/inplace-editor'; import { IComponent } from '../base/interface'; /** * The `Base` module. */ export declare class Base { protected parent: InPlaceEditor; protected module: IComponent; constructor(parent: InPlaceEditor, module: IComponent); private render; private showPopup; private focus; private update; private getValue; private destroyComponent; destroy(): void; protected addEventListener(): void; protected removeEventListener(): void; }