* Changes the editable state of the editor's root element. * * @method setEditableRoot * @param {Boolean} state State to set true for editable and false for non-editable.
(state: boolean)
| 1124 | * @param {Boolean} state State to set true for editable and false for non-editable. |
| 1125 | */ |
| 1126 | public setEditableRoot(state: boolean): void { |
| 1127 | EditableRoot.setEditableRoot(this, state); |
| 1128 | } |
| 1129 | |
| 1130 | /** |
| 1131 | * Returns the current editable state of the editor's root element. |
no outgoing calls
no test coverage detected