#summary The @property tag }}} == Usage == @property [{[_[ModifierReference modifiers]_] [_type_]}] _property_name_ == Description == Defines a class/structure property. It is possible to specify optional modifiers and/or type for the property TODO: This is another tag that has ambiguous meaning. Provide detailed description of what a "property" is, link to the group discussion about this? == Example == {{{ /** * Tooltip text * @property {read write String} toolTip */ Comment Attributes Tags }}} == Details == || Since || v1.0 ||