To do so currently requires application or third-party system to implement “binding source factory” API, which let you parse {{expression}} yourself and determine what to do with the expression (you can see some implementations in liaison/alternateBindingSource.js). May be worthwhile to consider doing that right in liaison. It may involve supporting “named scope” ({{name in model}}).
To do so currently requires application or third-party system to implement “binding source factory” API, which let you parse
{{expression}}yourself and determine what to do with the expression (you can see some implementations in liaison/alternateBindingSource.js). May be worthwhile to consider doing that right in liaison. It may involve supporting “named scope” ({{name in model}}).