property

Name

property -- Definition of a single binding object property

Contains

getter, setter

Contained by

implementation

Attributes

id, name, readonly, onget, onset, element, attribute, property, type

Description

This element defines a bound element's or binding object's property. The name attribute is compulsory because it accesses the property. <getter> and <setter> child elements are optional and get and set the property value, respectively. The onget and onset attributes are alternatives. The element attribute is a reference to the anonymous content's node id. When the property is set, it is also set on that node. The property can be set to readonly.

See Also

field, getter, setter