MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / CommandBar

Interface CommandBar

plugins/src/types.d.ts:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27interface CommandBar {
28 addAction: (action: Action) => void
29 show: () => void
30 update: () => void
31}
32
33interface Toast {
34 success: (message: string) => void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected