DebugMode

DebugMode ⇐ Class

Kind: global class
Extends: Class
Singleton:

DebugMode()

Utility class which disables or enables the framework debugger.

help() ⇒ String

Kind: static method of DebugMode
Returns: String - available helpers

enable()

Enable the debug mode

Kind: static method of DebugMode

getClass(name) ⇒ Promise.<Class>

Return WtvClass declaration and add it to global scope

Kind: static method of DebugMode

ParamTypeDescription
nameString

Class name

gc(name) ⇒ Promise.<Class>

Return WtvClass declaration and add it to global scope

Kind: static method of DebugMode

ParamTypeDescription
nameString

Class name

getInstance(classname, varName) ⇒ *

Kind: static method of DebugMode

ParamType
classnameString
varNameString

gi(classname, varName) ⇒ *

Kind: static method of DebugMode

ParamType
classnameString
varNameString

getCurrentScreenUIElements(view) ⇒ Object

Return how many Views/Primitives in current view and its children

Kind: static method of DebugMode

ParamTypeDescription
viewView

the current screen by default or a given view