Interface IPinRowEventArgs

Event emitted when a row's pin state changes.

Hierarchy

Index

Properties

cancel: boolean

Provides the ability to cancel the event.

insertAtIndex?: number

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

isPinned: boolean

Whether or not the row is pinned or unpinned.

owner?: any

Provides reference to the owner component.

row?: RowType
rowID: any

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