Wisdom.Options


An "options" object or parameter is a standard JavaScript object provided to a function or in particular, a constructor, which contains a collection of values used to initialize the new object or to be provided to a function. Use of options objects solves the problems and confusion that can arise with the use of multi-argument functions.

See also


This is part of the Reference Documentation for the Wisdom Javascript Library? (or wisdom.js)