Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IColumnsMovedArgs

An arguments object for the changed signal.

Notes

Data models should emit the changed signal with this args object type when columns are moved.

Hierarchy

  • IColumnsMovedArgs

Index

Properties

destination

destination: number

The ending index of the first modified column.

index

index: number

The starting index of the first modified column.

region

region: ColumnRegion

The region which contains the modified columns.

span

span: number

The number of modified columns.

type

type: "columns-moved"

The discriminated type of the args object.

Generated using TypeDoc