OnChange
type OnChange = (event: EditorEvent) => void;Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
event | EditorEvent | The event describing what changed. |
Returns
Section titled “Returns”void
type OnChange = (event: EditorEvent) => void;| Parameter | Type | Description |
|---|---|---|
event | EditorEvent | The event describing what changed. |
void