Browse Source

Fixed docs.

Maciej Bukowski 8 years ago
parent
commit
82be3cd431
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ckeditor5-upload/src/imageuploadcommand.js

+ 1 - 0
packages/ckeditor5-upload/src/imageuploadcommand.js

@@ -28,6 +28,7 @@ export default class ImageUploadCommand extends Command {
 	 * @fires execute
 	 * @param {Object} options Options for executed command.
 	 * @param {File} options.file Image file to upload.
+	 * @param {module:engine/model/position~Position} [options.insertPosition] Position of the inserted image.
 	 * @param {module:engine/model/batch~Batch} [options.batch] Batch to collect all the change steps.
 	 * New batch will be created if this option is not set.
 	 */