PropertyUnion
Callable
- Parameters- output: ItemProperties- The to be updated properties 
- rest...args: readonly ItemProperties[]- The additional item properties to be merged into the output 
 - Returns ItemProperties- The passed output modified inplace
 
The to be updated properties
The additional item properties to be merged into the output
Merge all passed item properties into the passed output, merging (and shallow copying) arrays if necessary.