Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Div
classapi-page

function.expandOptions(args, that)

Section
Column
width70%

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.

Code Block
javascript
javascript
bgColorwhite
borderStylenone
function.expandOptions(args, thatStack);

File name: FluidIoC.js

Parameters

Span
classborderless-table

args

(Object) The options object to be expanded

that

(Object) The that object that constitute the environment.

Return Value

Span
classborderless-table

Object

The expanded options

Column
width5%

Column

See Also


Notes

Note 1

Note 2

Example

Code Block
javascript
javascript
example here

In this example, description here...