backbone-nested icon indicating copy to clipboard operation
backbone-nested copied to clipboard

Apply custom opts, related to a specific field

Open ecdeveloper opened this issue 11 years ago • 0 comments

Make possible to pass custom options per a specific field. Usage example: document.fetch({byField: { 'custom_obj_field': { silent: true } } })

Might be useful for huge object fields, on which triggering the change event is really painful.

ecdeveloper avatar Oct 06 '14 20:10 ecdeveloper