Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.11 KB

File metadata and controls

34 lines (22 loc) · 1.11 KB

UpdateAttributeValueBlock

Properties

Name Type Description Notes
id String Unique identifier for this block.
type String Identifies the block variant and determines which additional properties are present in it.
tags List<String> Semantic labels attached to this block. [optional]
operator OperatorEnum The update operation applied to the attribute.
attribute UpdateAttributeValueBlock1Attribute
value Object [optional]
target UpdateAttributeValueBlock1Target

Enum: OperatorEnum

Name Value
SET_TO "setTo"
INCREASE_BY "increaseBy"
DECREASE_BY "decreaseBy"
MULTIPLY_BY "multiplyBy"
DIVIDE_BY "divideBy"
TOGGLE "toggle"
LATER_BY "laterBy"
EARLIER_BY "earlierBy"