@syncfusion/ej2-vue-documenteditor
Version:
Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue
30 lines (29 loc) • 964 B
TypeScript
import { ComponentBase } from '@syncfusion/ej2-vue-base';
export declare const properties: string[];
export declare const modelProps: string[];
/**
* Represents the Essential JS 2 VueJS Document Editor Container
* ```html
* <ejs-documenteditor-container id='container'></ejs-documenteditor-container>
* ```
*/
export declare class DocumentEditorContainerComponent extends ComponentBase {
ej2Instances: any;
propKeys: string[];
models: string[];
hasChildDirective: boolean;
protected hasInjectedModules: boolean;
tagMapper: {
[key: string]: Object;
};
tagNameMapper: Object;
constructor();
setProperties(prop: any, muteOnChange: boolean): void;
render(createElement: any): any;
setDefaultCharacterFormat(characterFormat: Object): void;
setDefaultParagraphFormat(paragraphFormat: Object): void;
}
export declare const DocumentEditorContainerPlugin: {
name: string;
install(Vue: any): void;
};