Back to Website
Show / Hide Table of Contents

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 }}"
          }
        }
      }
    ]
  }
}
Package: ui-framework

Properties

Name

Declaration
static Name: "updateItems" = "updateItems"
Property Value
Type Description
"updateItems"

name

Declaration
string name
Property Value
Type Description
string

Methods

execute(IUpdateItemsCommandDefinition)

Declaration
function execute(params: IUpdateItemsCommandDefinition)
Parameters
Type Name Description
IUpdateItemsCommandDefinition params
Returns
Type Description
Promise<void>
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback