IGridKeydownEventArgs
Represents an event, emitted when keydown is triggered over element inside grid's body This event is fired only if the key combination is supported in the grid.
Properties
Section titled "Properties"cancel
Section titled "cancel"The event is cancelable
cancel returns whether the event has been intercepted and stopped
If the value becomes "true", it returns/exits from the method, instantiating the interface
cancel: boolean Defined in projects/igniteui-angular/grids/core/src/common/events.ts:360
event
Section titled "event"Represents the original event, that occurred.
event: Event Defined in projects/igniteui-angular/grids/core/src/common/events.ts:354
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
target
Section titled "target"Represents the information and details of the object itself
target: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:351
targetType
Section titled "targetType"The targetType represents the type of the targeted object. For example a cell or a row
targetType: GridKeydownTargetType Defined in projects/igniteui-angular/grids/core/src/common/events.ts:349