ASP.NET Core MVC Controls | ComponentOne
In This Topic
    wijmo.grid.immutable Module
    In This Topic
    File
    wijmo.grid.immutable.js
    Module
    wijmo.grid.immutable

    Classes

    Enums

    Methods

    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