Interface IPinRowEventArgs

Event emitted when a row's pin state changes.

Hierarchy

Properties

Optional insertAtIndex

insertAtIndex: number

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

Readonly isPinned

isPinned: boolean

Whether or noy the row is pinned or unpinned.

Optional owner

owner: any

Provides reference to the owner component.

Optional Readonly row

The row component instance, that was pinned/unpinned. May be undefined if row does not exist in the current visible data.

Readonly rowID

rowID: any

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