Skip to content

EventOptions

ts
type EventOptions = object;

Defined in: event.ts:21 ↗

Optional configuration of an event instance.

Properties

warn()?

ts
optional warn: (message) => void;

Defined in: event.ts:23 ↗

Custom warnings handler; by default console.warn is used.

Parameters

message

string

Returns

void