The base object to merge into.
The object whose values are merged on top.
Optionaloptions: { inplace?: boolean; insertKeys?: boolean; insertValues?: boolean }Foundry merge options.
Optionalinplace?: booleanWhether to mutate original in place.
OptionalinsertKeys?: booleanWhether to insert keys absent from original.
OptionalinsertValues?: booleanWhether to insert values for nested keys absent from original.
The merged object.
Deep-merge two objects using Foundry's mergeObject.