Type Alias GetChangesData

type GetChangesData = {
    cellKey?: CellKey;
    changes?: Change[];
    columnName?: string;
}
Index

Properties

cellKey?: CellKey
changes?: Change[]
columnName?: string

The name of the column.