Ask a question to get started
Enter to sendā¢Shift+Enter new line
CompletionOption( self, label: str, description: str, index: int, is_selected:
Static
label
str
The main label text (e.g., command name or file path)
description
Secondary description text
index
int
Index of this option in the suggestions list
is_selected
bool
False
**kwargs
Any
{}
Set up the option display on mount.
Update the selected state of this option.
Replace label, description, index, and selection in-place.
Handle click on this option.
Message sent when a completion option is clicked.
A clickable completion option in the autocomplete popup.
Whether this option is currently selected
Additional arguments for parent