Skip to content

Interface: ChangeSetInterface

Hierarchy

  • ChangeSetInterface

Index

Properties

Methods

Properties

add

add: Array‹object›

Rows that have been added in this change


change

change: Array‹object›

Rows that have been changed in this change


cols

cols: object

The columns available for this data

Type declaration:

  • [ index: string]: ipc.ColumnBase

remove

remove: Array‹object›

Rows that have been removed in this change


reset

reset: Array‹object›

A full new set of the rows

Methods

assign

assign(collection: Collection): void

Assign a collection to this changeSet

Parameters:

Name Type
collection Collection

Returns: void


items

items(): Array‹object›

Get all rows

Returns: Array‹object›