UNPKG

devexpress-richedit

Version:

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

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