IgcPinRowEventArgs

Event emitted when a row's pin state changes. The event is cancelable

Provides the ability to cancel the event.

cancel: boolean

Optional insertAtIndex

Section titled "insertAtIndex"

The index at which to pin the row in the pinned rows collection.

insertAtIndex?: number

Whether or not the row is pinned or unpinned.

isPinned: boolean

Provides reference to the owner component.

owner?: any
row?: IgcRowType

The ID of the row, that was pinned/unpinned. ID is either the primaryKey value or the data record instance.

rowID: any
rowKey: any