Filter to control mixing in objects by skipping properties and renaming them.
This object is used as a holder of an original object (whose properties are to be copied), and a filter function used while copying by dojox.lang.oo.mixin.
Parameter | Type | Description |
---|---|---|
bag | Object | object to be filtered |
filter | Function | Object | a function to handle the name filtering, or an object with exec() method |
See the dojox/lang/oo/Filter reference documentation for more information.
a function to handle the name filtering, or an object with exec() method