UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

11 lines (10 loc) 369 B
export class ToolbarItemBase { get toolbarItemTemplateCreator() { if (!this._toolbarItemTemplateCreator) this._toolbarItemTemplateCreator = this.getBuildTemplateStrategy(); return this._toolbarItemTemplateCreator; } createToolbarItemTemplate() { return this.toolbarItemTemplateCreator.createTemplate(); } }