Name
field -- Holder property for simple data
Contained by
implementation
Attributes
class, id
name, readonly
Description
This element is a simple data holder and an alternative to a
property. It differs from
property because it does not use a
getter or setter. It is useful
for holding static/constant values for use elsewhere in the binding.
See Also
implementation, property