Browse Source

Merge pull request #63 from ckeditor/t/62

Docs: Extended `EditorUI` interface docs. Closes #62.
Piotrek Koszuliński 8 năm trước cách đây
mục cha
commit
b5ce687760
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      packages/ckeditor5-core/src/editor/editorui.jsdoc

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