Expressions
Evaluates a safe JavaScript expression subset against the XML runtime scope.
Usage
xml<TextInput label="Name" value="$form.name" /><Button>Save</Button><Link to="/orders/${params.order}">Open order</Link>
Evaluates a safe JavaScript expression subset against the XML runtime scope.
xml<TextInput label="Name" value="$form.name" /><Button>Save</Button><Link to="/orders/${params.order}">Open order</Link>