React Native Spotlight Tour - API Reference / StopParams
Interface: StopParams
Table of contents
Properties
Properties
index
• index: number
Current step index.
Defined in
package/src/lib/SpotlightTour.context.ts:77
isLast
• isLast: boolean
true
if the tour is on the last step, false
otherwise.