@syncfusion/ej2-richtexteditor
Version:
Essential JS 2 RichTextEditor component
18 lines (17 loc) • 435 B
JavaScript
/**
* Enum values for EditorManager
*/
/**
* Specifies the position of the toolbar.
*/
export var ToolbarPosition;
(function (ToolbarPosition) {
/**
* Positions the toolbar at the top of the RichTextEditor.
*/
ToolbarPosition["Top"] = "Top";
/**
* Positions the toolbar at the bottom of the RichTextEditor.
*/
ToolbarPosition["Bottom"] = "Bottom";
})(ToolbarPosition || (ToolbarPosition = {}));