Appearance
type EventOptions = object;
Defined in: event.ts:21 ↗
Optional configuration of an event instance.
optional warn: (message) => void;
Custom warnings handler; by default console.warn is used.
console.warn
string
void