useStep API
API reference for the useStep composable.
booleanEnable circular navigation (wrapping at boundaries).
- true: Navigation wraps around (carousel behavior)
- false: Navigation stops at boundaries (pagination behavior)
Default: false
() => voidSelect the first Ticket in the collection
() => voidSelect the last Ticket in the collection
() => voidSelect the next Ticket based on current index
() => voidSelect the previous Ticket based on current index
(count: number) => voidStep through the collection by a given count