* Returns the current editable state of the editor's root element. * * @method hasEditableRoot * @return {Boolean} True if the root element is editable, false if it is not editable.
()
| 1134 | * @return {Boolean} True if the root element is editable, false if it is not editable. |
| 1135 | */ |
| 1136 | public hasEditableRoot(): boolean { |
| 1137 | return EditableRoot.hasEditableRoot(this); |
| 1138 | } |
| 1139 | |
| 1140 | /** |
| 1141 | * Announces a message to screen readers via the page-wide aria-live region, without shifting focus. |
no outgoing calls
no test coverage detected