Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/server / / DEFAULT_APPLY_TO_EVENTS

Variable: DEFAULT_APPLY_TO_EVENTS

ts
const DEFAULT_APPLY_TO_EVENTS: ReadonlyArray<string>;

Defined in: packages/server/src/commentary/built-in-patterns.ts:75

Default whitelist of event.type strings the dispatcher walks through the sanitizer. Extension is opt-in via import('./types.js').DeliveryCommentaryConfig.applyToEvents.

Stable