Type Alias: EditorEventHandler()
type EditorEventHandler = () => void;
This type represents function signature for the editor event handler callback.
Returns
void
type EditorEventHandler = () => void;
This type represents function signature for the editor event handler callback.
void