Class UpdateItems
A command that updates channel containers with new parameters.
For details, you can refer to IUpdateItemsCommandDefinition.
{
"type": "design-editor",
"name": "editor",
"params": {
"initial": { ... },
"updateItems": {
"items": {
"Bleed Zone Radius": {
"name": "Bleed Zone Radius",
"visualizationPermissions": {
"noShow": "{{ $['corners']._.props.hideRadiusItem }}"
}
},
"Bleed Zone Square": {
"name": "Bleed Zone Square",
"visualizationPermissions": {
"noShow": "{{ $['corners']._.props.hideSquareItem }}"
}
}
}
]
}
}
Properties
Name
Declaration
static Name: "updateItems" = "updateItems"
Property Value
Type |
Description |
"updateItems" |
|
name
Declaration
Property Value
Methods
execute(IUpdateItemsCommandDefinition)
Declaration
function execute(params: IUpdateItemsCommandDefinition)
Parameters
Returns
Type |
Description |
Promise<void> |
|