Expand description
Interactive selector types for Lua scripting.
This module provides types for interactive selection prompts
that can be triggered from Lua scripts via mdv.selector().
Structs§
- Selector
Item - An item that can be displayed in a selector.
- Selector
Options - Options for the selector prompt.
Functions§
- noop_
selector - A no-op selector that always returns None. Used when no interactive selector is available.
Type Aliases§
- Selector
Callback - Type alias for the selector callback function.