Interface: ChangeSetInterface

Properties

add

  • add: object[]

Rows that have been added in this change


change

  • change: object[]

Rows that have been changed in this change


cols

  • cols: Object

The columns available for this data

Index signature

  • [index: string]: ipc.TypeBase


remove

  • remove: object[]

Rows that have been removed in this change


reset

  • reset: object[]

A full new set of the rows

Methods

assign

  • assign(collection): void

Assign a collection to this changeSet

Parameters

Name

Type

collection

Collection<Model>

Returns

void


items

  • items(): object[]

Get all rows

Returns

object[]