Skip to main content

JumpOverlay

Function JumpOverlay 

Source
pub fn JumpOverlay(props: JumpOverlayProps) -> impl IntoView
Expand description

A full-screen overlay that assigns short letter labels to each targets entry while open is set. Typing narrows the labels by prefix; a full match closes the overlay and runs on_jump with that target’s id, and Escape cancels.

§Required Props