Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UNLINEARITY/Obsidian-CodeSpace
/ getValues
Method
getValues
src/dropdown.ts:201–203 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
}
200
201
getValues(): string[] {
202
return
Array.from(this.selectedValues);
203
}
204
205
private updateLabel() {
206
const
labelEl = this.selectEl.querySelector(
".custom-dropdown-label"
) as HTMLElement;
Callers
1
notifyChange
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected