Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 713 Bytes

UpdateAttributeEffectProps.md

File metadata and controls

12 lines (8 loc) · 713 Bytes

UpdateAttributeEffectProps

The properties specific to the "updateAttribute" effect. This gets triggered whenever a validated rule contained an "update an attribute" effect.

Properties

Name Type Description Notes
path str The exact path of the attribute that was updated.
value object The new value of this attribute. The value can be of the following types: - boolean - location - number - string - time - list of any of those types

[Back to Model list] [Back to API list] [Back to README]