set-attributes
Type: Operation
Sets or removes the specified attributes on the specified element.
Imported operation data
context
Node Id (Required)
Type: NodeId
The node to change the attributes of.
attributes
(Required)
Type: Object<string, (string|null)>
The new attributes of the node. Pass null as a value to remove the attribute.
disabled
When Unchanged=false (Optional)
Type: Boolean
If true, the operation will return disabled and active if it did nothing.