Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 2.74 KB

DataTrigger.md

File metadata and controls

12 lines (8 loc) · 2.74 KB

DataTrigger

Properties

Name Type Description Notes
data str The left operand of the trigger function. The following Table details for each operand data its type, the supported operator and the possibly retruned value: Data
op str The operator of the trigger function.
value list[str] The right operand of the trigger function. It can be a uniq ```value``` or a list of value ```values```. The choice of one or the other depends on ```OP``` which in the case of ```includedIn``` must be a list. * Disclaimer: If the op field is not set to ```includeIn``` then only the first item will be used. [optional]

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