IActiveNodeChangeEventArgs
Emitted when the active node is changed
Properties
Section titled "Properties"column
Section titled "column"Represents the column index of the active node
column: number Defined in projects/igniteui-angular/grids/core/src/common/events.ts:478
Optional level
Section titled "level"Optional Represents the hierarchical level of the active node
level?: number Defined in projects/igniteui-angular/grids/core/src/common/events.ts:483
Optional owner
Section titled "owner"Inherited from: IBaseEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428
Represents the row index of the active node
row: number Defined in projects/igniteui-angular/grids/core/src/common/events.ts:476
Represents the type of the active node. The GridKeydownTargetType is an enum or that specifies the possible target types
tag: GridKeydownTargetType Defined in projects/igniteui-angular/grids/core/src/common/events.ts:488