Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Choices-js/Choices
/ dispatch
Method
dispatch
src/scripts/interfaces/store.ts:20–20 ·
view source on GitHub ↗
(action: AnyAction)
Source
from the content-addressed store, hash-verified
18
19
export
interface
Store {
20
dispatch(action: AnyAction): void;
21
22
subscribe(onChange: StoreListener): void;
23
Callers
15
choices.search-prefix.min.js
File · 0.65
r
Function · 0.65
choices.js
File · 0.65
updateChoice
Function · 0.65
choices.search-basic.js
File · 0.65
updateChoice
Function · 0.65
choices.mjs
File · 0.65
updateChoice
Function · 0.65
choices.search-basic.min.js
File · 0.65
r
Function · 0.65
choices.search-prefix.mjs
File · 0.65
updateChoice
Function · 0.65
Implementers
1
Store
src/scripts/store/store.ts
Calls
no outgoing calls
Tested by
no test coverage detected