TemplateController Properties
The TemplateController Object contains the following property.

Contains a reference to the TemplateController Object's view.
Syntax
view
Type
Object
Read / Write
Read-only
Remarks
Your app can access the view using the syntax this.view
.
Example
var view = this.view;