Explorar o código

Merge pull request #63 from ckeditor/t/62

Docs: Extended `EditorUI` interface docs. Closes #62.
Piotrek Koszuliński %!s(int64=8) %!d(string=hai) anos
pai
achega
b5ce687760
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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.
  *