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
| Parameter | Type | Description |
|---|---|---|
params | IDesignEditorDefinitionModifyItems | Parameters for the command. |
oldParams | IDesignEditorDefinitionModifyItems | The previous parameters for the command. |
Returns
Promise<any>