Skip to content

GalleryItemContext

Defined in: react/components/data/gallery-view.tsx:17

Context handed to GalleryViewProps.renderItem for each cell.

index: number

Defined in: react/components/data/gallery-view.tsx:19

The item’s flat index in items.


selected: boolean

Defined in: react/components/data/gallery-view.tsx:21

Whether this item is the current cursor selection.