Explorar o código

Document private property of Table Selection.

Maciej Gołaszewski %!s(int64=6) %!d(string=hai) anos
pai
achega
8a4e9afc04
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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}
+		 */
 	}
 
 	/**