ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
CallCodeEvent
Interface CallCodeEvent
Represents a request to execute code.
interface
CallCodeEvent
{
code
:
ExecutableCode
;
type
:
CALL_CODE
;
}
Properties
code
code
:
ExecutableCode
type
type
:
CALL_CODE
Properties
code
type
ADK for TypeScript: API Reference
Loading...
Represents a request to execute code.