@syncfusion/ej2-richtexteditor
Version:
Essential JS 2 RichTextEditor component
12 lines (11 loc) • 354 B
TypeScript
import { IRichTextEditor } from '../base/interface';
/**
* `ExecCommandCallBack` module is used to run the editor manager command
*/
export declare class ExecCommandCallBack {
protected parent: IRichTextEditor;
constructor(parent?: IRichTextEditor);
private addEventListener;
private commandCallBack;
private removeEventListener;
}