microfoom
API referenceVariables

CONTROL\_TOOLS

Variable: CONTROL_TOOLS

const CONTROL_TOOLS: object;

Defined in: packages/microfoom-core/src/protocol.ts:8

Reserved native tool names for the control tools.

Type Declaration

call

readonly call: "foom_call" = "foom_call";

inspect

readonly inspect: "foom_inspect" = "foom_inspect";

return

readonly return: "foom_return" = "foom_return";

throw

readonly throw: "foom_throw" = "foom_throw";

On this page