MCPcopy Create free account
hub / github.com/TanStack/hotkeys / DynamicShortcut

Interface DynamicShortcut

examples/solid/createHotkeys/src/index.tsx:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182interface DynamicShortcut {
183 id: number
184 hotkey: string
185 label: string
186 description: string
187 count: number
188}
189
190let nextId = 0
191

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…