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