8
0
Эх сурвалжийг харах

Merge pull request #63 from ckeditor/t/62

Docs: Extended `EditorUI` interface docs. Closes #62.
Piotrek Koszuliński 8 жил өмнө
parent
commit
b5ce687760

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

@@ -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.
  *