Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 666 Bytes

Binding.md

File metadata and controls

12 lines (8 loc) · 666 Bytes

TalonOne.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 [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]