src/platform/packages/shared/kbn-tour-queue/README.md
A global queue mechanism for managing sequential tour display across Kibana plugins.
Hook that manages tour registration and state.
Returns:
isActive: boolean - Whether this tour should be shownonComplete: () => void - Callback to mark tour as completedWhen you register a tour, you get a tour object with these methods:
isActive() - Check if this tour is currently activecomplete() - Mark tour as completedskip() - Skip all remaining tours for current page loadunregister() - Remove tour from queue (cleanup)| Order | Tour ID | Description |
|---|---|---|
| 1 | spacesSolutionViewSwitchTour | Tour for solution view spaces that have switched from Classic (Spaces plugin) |
Note: Lower order = shown first. If a tour is skipped, all remaining tours are skipped for the current page load only.