Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombshell-dev/clack
/ _selectedValue
Method
_selectedValue
packages/core/src/prompts/select.ts:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
cursor = 0;
14
15
private get _selectedValue() {
16
return
this.options[this.cursor];
17
}
18
19
private changeValue() {
20
this.value = this._selectedValue.value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected