| Name | Type | Description |
|---|---|---|
continue_screen | Screen[Any] | None | Default: NoneOptional screen to switch to after submitting a name. |
on_continue | Callable[[str], None] | None | Default: NoneOptional callback invoked with the submitted name before
switching to |
on_continue_failed | Callable[[str], None] | None | Default: None |
First-step onboarding screen that asks for the user's name.
Dismissal values:
"" when the user submits an empty input (continue, but skip name memory).None when the user dismisses with Escape (skip remaining onboarding).Optional callback invoked with the submitted
name when switching to continue_screen fails.