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 |
---|
bgColor | white |
---|
borderStyle | nonejavascript |
---|
|
function.expandOptions(args, thatStack);
|
File name: FluidIoC.js Parameters Span |
---|
| args
| (Object) The options object to be expanded | that
| (Object) The that object that constitute the environment. |
|
Return Value Span |
---|
| Object | The expanded options |
|
|