rx-datatable API
    Preparing search index...

    Function newObjectWithPrototype

    • Creates a new object whose prototype is the given object, so that properties of the original object are visible on the new object, but new properties can be added without modifying the original.

      Type Parameters

      • T extends object

      Parameters

      • prototype: T

      Returns T