Overview
Value of this field is a short text.
Attributes
name |
type |
required |
default value |
description |
---|---|---|---|---|
expression |
string |
no |
none |
If not empty value of the field will be evaluated using given expression. |
Example
<string name="firstName" /> <string name="lastName" required="true" /> <string name="name" expression="#firstName + ' ' + #lastName" />