React Native Spotlight Tour - API Reference / FloatingProps

Interface: FloatingProps

Configuration object which accepts Floatin Ui middleware, placement and sameScrollView configurations.

Table of contents

Properties

Properties

middleware

Optional middleware: Middleware[]

Array of middleware objects to modify the positioning or provide data for rendering.

Defined in

package/src/lib/SpotlightTour.context.ts:93


placement

Optional placement: Placement

Where to place the floating element relative to the reference element.

Defined in

package/src/lib/SpotlightTour.context.ts:97


sameScrollView

Optional sameScrollView: boolean

true for same scroll view, false otherwise.

Defined in

package/src/lib/SpotlightTour.context.ts:101