Browse Source

Docs: Extended EditorUI docs.

Aleksander Nowodzinski 8 years ago
parent
commit
3fce295b6b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      packages/ckeditor5-core/src/editor/editorui.jsdoc

+ 7 - 0
packages/ckeditor5-core/src/editor/editorui.jsdoc

@@ -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.
  * The main (top–most) view of the editor UI.
  *
  *
  * @readonly
  * @readonly