JavaScript

A5.u.objectresolve Namespace

Description

The namespace for utility methods for resolving dynamic objects.

Methods

clear Method

Clear cache for dynamic object.

get Method

Get an object that may be statically (a plain object or array) or dynamically (a function) defined. A dynamically defined object can be optionally asynchronous, with each request getting a unique ID that can be used in conjunction with A5.u.object.dynamic.set.

set Method

Set an asynchronously resolved dynamic object.