Binding configuration for a resource outside of the Pipeline model.
The value may be one of:
Path to a variable or form field, eg. @order.id.
@order.id
The single @ may be used to map to the root resource, if applicable for the use case.
@
Static JSON value, eg. ="...", =false, =true, =123, =-123, ={...}, =[...]
="..."
=false
=true
=123
=-123
={...}
=[...]
Optional
Readonly
Generated using TypeDoc
Binding configuration for a resource outside of the Pipeline model.
The value may be one of:
Path to a variable or form field, eg.
@order.id
.The single
@
may be used to map to the root resource, if applicable for the use case.Static JSON value, eg.
="..."
,=false
,=true
,=123
,=-123
,={...}
,=[...]