Skip to main content

ZarrSelectors

Describes a selector for a Zarr dataset dimension.

Example

{ selected: 0, type: 'index' }
{ selected: 1000, type: 'value' }
{ selected: [0, 10], type: 'index' }

Indexable

[key: string]: ZarrSelectorsProps