this

Examples


The this statement is used to reference the current callback object from within a method defined for that callback object.

Syntax

this.{property|method}

Parameters

property|method – A property or method to access for the current callback object.


Documentation Feedback