I need some documentation. Do you cover anywhere this stuff?
These are valid:
<Text Value="{tag}" />
<Text Value="{tag+’!’}" />
<Text Value="{tag+tag}" />
These are NOT valid:
<Text Value="{tag.toUpperCase()}" />
<Text Value="{myFn(tag)}" />
I need some documentation. Do you cover anywhere this stuff?
<Text Value="{tag}" />
<Text Value="{tag+’!’}" />
<Text Value="{tag+tag}" />
<Text Value="{tag.toUpperCase()}" />
<Text Value="{myFn(tag)}" />
All available UX expressions are covered here: https://www.fusetools.com/docs/ux-markup/expressions