Docs: Extended `EditorUI` interface docs. Closes #62.
@@ -14,6 +14,13 @@
*/
/**
+ * Editor that the UI belongs to.
+ *
+ * @readonly
+ * @member {module:core/editor/editor~Editor} #editor
+ */
+
+/**
* The main (top–most) view of the editor UI.
*
* @readonly