wijmo.grid.immutable Module
File
wijmo.grid.immutable.js
Module
wijmo.grid.immutable

Methods

copyObject

copyObject(target: any, ...src: any[]): any

Performs shallow copying of properties of one or more source objects into the target object. Can be used to clone objects in the _Store_ reducers.

Parameters
  • target: any

    The object to copy properties to.

  • ...src: any[]
Returns
any