This documentation is currently being moved to our new documentation site.

Please view or edit the documentation there, instead.

If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

fluid.expandOptions

This functionality is Sneak Peek status. This means that the APIs may change. We welcome your feedback, ideas, and code, but please use caution if you use this new functionality.

function.expandOptions(args, that)

Expand a set of component options with respect to a set of expanders (essentially only deferredCall). This substitution is destructive since it is assumed that the options are already "live" as the result of environmental substitutions. Note that options contained inside components will not be expanded by this call directly, to avoid linearly increasing expansion depth if this call is occurring as a result of fluid.initDependents.

function.expandOptions(args, thatStack);

File name: FluidIoC.js

Parameters

args (Object) The options object to be expanded
that (Object) The that object that constitute the environment.

Return Value

Object The expanded options


Notes

Note 1

Note 2

Example

example here

In this example, description here...