Skip to content

spatial-monorepo


spatial-monorepo / ui/src / MapTourProps

Interface: MapTourProps

Defined in: packages/ui/src/MapTour.tsx:20

Properties

autoPlay?

optional autoPlay?: boolean

Defined in: packages/ui/src/MapTour.tsx:24


keyframes

keyframes: TourWaypoint[]

Defined in: packages/ui/src/MapTour.tsx:22


loop?

optional loop?: boolean

Defined in: packages/ui/src/MapTour.tsx:23


map

map: Map$1

Defined in: packages/ui/src/MapTour.tsx:21


onComplete?

optional onComplete?: () => void

Defined in: packages/ui/src/MapTour.tsx:25

Returns

void


onStep?

optional onStep?: (step) => void

Defined in: packages/ui/src/MapTour.tsx:26

Parameters

step

number

Returns

void

Released under commercial licensing.