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