Skip to main content

au-widget-design-editor/Commands/modify-items-command

Classes

ModifyItemsCommand

A command that changes properties of design elements in the editor.

{
"type": "design-editor",
"name": "editor",
"params": {
"initial": { ... },
"modifyItems": {
"items": {
"Name": {
"value": "Neo"
},
"Company": {
"value": "Matrix"
}
}
}
}
}

Extends

Methods

execute()
execute(params, oldParams): Promise<any>;

Executes this command.

Parameters
ParameterTypeDescription
paramsIDesignEditorDefinitionModifyItemsParameters for the command.
oldParamsIDesignEditorDefinitionModifyItemsThe previous parameters for the command.
Returns

Promise<any>

Overrides

DesignEditorWidgetCommand.execute

Was this page helpful?