MCPcopy
hub / github.com/callstack/agent-device / CommandResultMap

Interface CommandResultMap

src/core/command-descriptor/command-result.ts:36–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 * re-read of the handler's literal return; see the per-type docstrings.
35 */
36export interface CommandResultMap {
37 press: PressCommandResult;
38 fill: FillCommandResult;
39 longpress: LongPressCommandResult;
40 boot: BootCommandResult;
41 shutdown: ShutdownCommandResult;
42 viewport: ViewportCommandResult;
43 home: HomeCommandResult;
44 back: BackCommandResult;
45 rotate: RotateCommandResult;
46 'app-switcher': AppSwitcherCommandResult;
47 clipboard: ClipboardCommandResult;
48 appstate: AppStateCommandResult;
49 keyboard: KeyboardCommandResult;
50}
51
52/**
53 * The typed result for a command named `N`. Seeded commands resolve to their

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected