Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICellsChangedArgs

An arguments object for the changed signal.

Notes

Data models should emit the changed signal with this args object type when cells are changed in-place.

Hierarchy

  • ICellsChangedArgs

Index

Properties

columnIndex

columnIndex: number

The column index of the first modified cell.

columnSpan

columnSpan: number

The number of columns in the modified cell range.

region

region: CellRegion

The region which contains the modified cells.

rowIndex

rowIndex: number

The row index of the first modified cell.

rowSpan

rowSpan: number

The number of rows in the modified cell range.

type

type: "cells-changed"

The discriminated type of the args object.

Generated using TypeDoc