Documentation

jsInstantiation

Used for client-side instantiation

Table of Contents

Methods

getJsInstantiationString()  : string
Get the JS for instantiation.
getTouchPointId()  : int
Gets a TouchPoint item ID number, regardless of what type of object this is.
requireAllObjectsInJs()  : void
If all objects need to be included in the JS,

Methods

getJsInstantiationString()

Get the JS for instantiation.

public abstract static getJsInstantiationString() : string
Return values
string

getTouchPointId()

Gets a TouchPoint item ID number, regardless of what type of object this is.

public abstract getTouchPointId() : int
Return values
int

requireAllObjectsInJs()

If all objects need to be included in the JS,

public static requireAllObjectsInJs([bool $require = true ]) : void
Parameters
$require : bool = true

Whether all objects should be required. Almost always should be left with the default.


        
On this page

Search results