Skip to main content

ZarrSelectorsProps

Describes a selector for a Zarr dataset dimension.

Example

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

Properties

selected

selected: string | number | [number, number];

Selected index, value, or range.


type?

optional type: "index" | "value";

Selection mode: by index or by physical value.