Search
Link Search Menu Expand Document
Kony Quantum is now HCL Volt MX. See Revised Terminology. Current Quantum users, see the important note about API naming.

TemplateController Properties

The TemplateController object contains the following property.

view 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;