IDEEditorProps
Props for the IDEEditor component
Properties
onCodeExecution()?
optional onCodeExecution: (result) => void;
Callback function to handle code execution results
Parameters
| Parameter | Type |
|---|---|
result | CodeExecutionResult |
Returns
void
Props for the IDEEditor component
optional onCodeExecution: (result) => void;
Callback function to handle code execution results
| Parameter | Type |
|---|---|
result | CodeExecutionResult |
void