We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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() { }