Skip to content

OnChange

type OnChange = (event: EditorEvent) => void;
ParameterTypeDescription
eventEditorEventThe event describing what changed.

void