Bläddra i källkod

More and more docs.

Oskar Wróbel 5 år sedan
förälder
incheckning
27453f6089
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      packages/ckeditor5-core/src/editor/utils/dataapimixin.js

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

@@ -71,7 +71,8 @@ export default DataApiMixin;
  * the right format for you.
  * the right format for you.
  *
  *
  * @method #getData
  * @method #getData
- * @param {Object} [options]
+ * @param {Object} [options] Additional configuration for the retrieved data.
+ * Editor features may introduce more configuration options that can be set through this parameter.
  * @param {String} [options.rootName='main'] Root name.
  * @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,
  * @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
  * which means that whenever editor content is considered empty, an empty string is returned. To turn off trimming