IActiveNodeChangeEventArgs

Emitted when the active node is changed

Represents the column index of the active node

column: number

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:479

Optional Represents the hierarchical level of the active node

level?: number

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:484

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

Defined in projects/igniteui-angular/core/src/core/utils.ts:455

Represents the row index of the active node

row: number

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:477

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:489