Options for controlling merge behavior in _mergeDicts.
_mergeDicts
Optional
Keys to ignore during merging. When a key is in this list:
Defaults to DEFAULT_MERGE_IGNORE_KEYS which includes 'index', 'created', 'timestamp'.
DEFAULT_MERGE_IGNORE_KEYS
// Extend defaults with custom keys{ ignoreKeys: [...DEFAULT_MERGE_IGNORE_KEYS, 'role', 'customField'] } Copy
// Extend defaults with custom keys{ ignoreKeys: [...DEFAULT_MERGE_IGNORE_KEYS, 'role', 'customField'] }
Options for controlling merge behavior in
_mergeDicts.