8
0
Quellcode durchsuchen

More docs improvements.

Oskar Wróbel vor 5 Jahren
Ursprung
Commit
5c08d2f1b3
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      packages/ckeditor5-core/src/editor/utils/dataapimixin.js

+ 1 - 2
packages/ckeditor5-core/src/editor/utils/dataapimixin.js

@@ -71,8 +71,7 @@ export default DataApiMixin;
  * the right format for you.
  *
  * @method #getData
- * @param {Object} [options] Additional configuration for the retrieved data. By default two optional
- * properties: `rootName` and `trim` are provided. Other properties of this object are specified by various editor features.
+ * @param {Object} [options]
  * @param {String} [options.rootName='main'] Root name.
  * @param {String} [options.trim='empty'] Whether returned data should be trimmed. This option is set to `'empty'` by default,
  * which means that whenever editor content is considered empty, an empty string is returned. To turn off trimming