Skip to content
nene edited this page Mar 21, 2012 · 1 revision

Synopsis:

@readonly

Documents a property as read-only. Such a property should not be assigned to.

Example:

/**
 * @property {Number} length  Number of items in list.
 * @readonly
 */
Clone this wiki locally