Skip to main content

Module selector

Module selector 

Source
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§

SelectorItem
An item that can be displayed in a selector.
SelectorOptions
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§

SelectorCallback
Type alias for the selector callback function.