Skip to content

Documentation / @geoverse/react / SnapshotListProps

Interface: SnapshotListProps

Defined in: react/src/components/history.tsx:148

Properties

children?

ts
optional children?: (api) => ReactNode;

Defined in: react/src/components/history.tsx:152

Parameters

api
create

(label) => void

loading

boolean

pick

(id) => void

snapshots

DatasetSnapshot[]

Returns

ReactNode


onPick?

ts
optional onPick?: (id) => void;

Defined in: react/src/components/history.tsx:151

点击某快照(浏览时点要素集)。

Parameters

id

string

Returns

void


session

ts
session: EditSession;

Defined in: react/src/components/history.tsx:149