Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 843 Bytes

Binding.md

File metadata and controls

12 lines (9 loc) · 843 Bytes

TalonOne.Model.Binding

Properties

Name Type Description Notes
Name string A descriptive name for the value to be bound.
Type string The kind of binding. Possible values are: - `bundle` - `cartItemFilter` - `subledgerBalance` - `templateParameter` [optional]
Expression List<Object> A Talang expression that will be evaluated and its result attached to the name of the binding.
ValueType string Can be one of the following: - `string` - `number` - `boolean` [optional]

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