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

Synopsis:

@template

Documents a method which is provided as a hook for extending the functionality of the class. This tag usually goes along with @protected.

Example:

/**
 * Called when this Component's DOM structure is created.
 * @template
 * @protected
 */
onRender: function() {
}
Clone this wiki locally