Address
:
[Go to site:
main page
,
start
]
Usuń skrypty
Akceptuj cookies
Pokaż obrazy
Użyj Referer
Rotate13
Base64
Usu meta tagi
Usuń tytuł srony
Sesja cookies
ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
CodeResultEvent
Interface CodeResultEvent
Represents the result of code execution.
interface
CodeResultEvent
{
result
:
CodeExecutionResult
;
type
:
CODE_RESULT
;
}
Properties
result
result
:
CodeExecutionResult
type
type
:
CODE_RESULT
Properties
result
type
ADK for TypeScript: API Reference
Loading...
Represents the result of code execution.