Function: get()
function get(eventType): (...p1) => Abstract;
Defined in: packages/blockly/core/events/utils.ts:416
Gets the class for a specific event type from the registry.
Parameters
| Parameter | Type | Description |
|---|---|---|
eventType | string | The type of the event to get. |
Returns
The event class with the given type.
(...p1) => Abstract