engine/controller library
Classes
- HintController
- The single public point for controlling a tour.
- HintOverlayHost
- Overlay host — the contract of tour render mechanics.
Functions
-
classifyStepTargets(
HintTour tour, Set< String> knownIds) → ({List<HintStep> deferred, List<UnknownHintTarget> typos}) - Classifies a tour's steps by their targetId against the registry's known ids.
Typedefs
-
UnknownHintTarget
= ({List<
String> candidates, int index, HintStep step}) - A sealed-off step: it references a targetId absent from the registry but with close candidates (distance ≤ 2) — almost certainly a typo.