Sfoglia il codice sorgente

Document private property of Table Selection.

Maciej Gołaszewski 6 anni fa
parent
commit
8a4e9afc04
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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}
+		 */
 	}
 
 	/**