Base Namespace


Classes


Parameters

constructor

With the help of this method you can create a new instance of Parameters.

Signature

constructor(void) : Object|Parameters

Returns

  • Object, Parameters
    • A new instance of Parameters

configure

Populate the given application with parameters.

Signature

configure(Object app, Function callback) : void

Parameters

  • app
    • Application to configure
    • Type: Object
  • callback
    • Function to call on finish
    • Type: Function


ViewHelpers

constructor

With the help of this method you can create a new instance of ViewHelpers.

Signature

constructor(void) : Object|ViewHelpers

Returns

  • Object, ViewHelpers
    • A new instance of ViewHelpers

configure

Populate the given application with view helpers.

Signature

configure(Object app, Function callback) : void

Parameters

  • app
    • Application to configure
    • Type: Object
  • callback
    • Function to call on finish
    • Type: Function