|
@@ -44,8 +44,8 @@ export default class ImageTextAlternativeCommand extends Command {
|
|
|
*
|
|
*
|
|
|
* @fires execute
|
|
* @fires execute
|
|
|
* @param {Object} options
|
|
* @param {Object} options
|
|
|
- * @param {String} options.newValue New value of `alt` attribute to set.
|
|
|
|
|
- * @param {module:engine/model/batch~Batch} [options.batch] Batch to collect all the change steps. New batch will be
|
|
|
|
|
|
|
+ * @param {String} options.newValue The new value of the `alt` attribute to set.
|
|
|
|
|
+ * @param {module:engine/model/batch~Batch} [options.batch] A batch to collect all the change steps. A new batch will be
|
|
|
* created if this option is not set.
|
|
* created if this option is not set.
|
|
|
*/
|
|
*/
|
|
|
execute( options ) {
|
|
execute( options ) {
|