ソースを参照

Merge pull request #63 from ckeditor/t/62

Docs: Extended `EditorUI` interface docs. Closes #62.
Piotrek Koszuliński 8 年 前
コミット
b5ce687760
1 ファイル変更7 行追加0 行削除
  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.
  *
  * @readonly