Specifies the type of a property or variable.
Example
/**
* The name of the property being animated (eg: 'width'). Required.
* @type {String}
*/
this.property = this.getString("property", data, override, String.EMPTY); Description
This token enables specifying the type of individual properties and variables. It consists of a single part:
@type {type}- The type of the property or variable being documented. Required.
(Alphanumeric characters including '.' and '$').
See also
All tokens