Bläddra i källkod

Document private property of Table Selection.

Maciej Gołaszewski 6 år sedan
förälder
incheckning
8a4e9afc04
1 ändrade filer med 8 tillägg och 0 borttagningar
  1. 8 0
      packages/ckeditor5-table/src/tableselection.js

+ 8 - 0
packages/ckeditor5-table/src/tableselection.js

@@ -59,6 +59,14 @@ export default class TableSelection extends Plugin {
 		 * @member {module:table/tableselection/mouseselectionhandler~MouseSelectionHandler}
 		 */
 		this._mouseHandler = new MouseSelectionHandler( this, this.editor.editing );
+
+		/**
+		 * A table utilities.
+		 *
+		 * @private
+		 * @readonly
+		 * @member {module:table/tableutils~TableUtils}
+		 */
 	}
 
 	/**