MCPcopy Index your code
hub / github.com/jetkvm/kvm / QuickButton

Interface QuickButton

ui/src/components/extensions/SerialConsole.tsx:29–35  ·  view source on GitHub ↗

============== Types ==============

Source from the content-addressed store, hash-verified

27
28/** ============== Types ============== */
29interface QuickButton {
30 id: string; // uuid-ish
31 label: string; // shown on the button
32 command: string; // raw command to send (without auto-terminator)
33 terminator: { label: string; value: string }; // None/CR/LF/CRLF/LFCR
34 sort: number; // for stable ordering
35}
36
37interface SerialSettings {
38 baudRate: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected