Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/server / / DeliveryCommentaryPattern

Interface: DeliveryCommentaryPattern

Defined in: packages/server/src/commentary/types.ts:68

Single pattern entry in the DEFAULT_DELIVERY_COMMENTARY_PATTERNS catalogue. The regex is matched against the JSON payload of the event frame (after JSON.stringify(payload)); deployments that want to match against the wire-format string instead can supply their own catalogue.

Stable

Properties

PropertyModifierTypeDefined in
descriptionreadonlystringpackages/server/src/commentary/types.ts:71
reasonreadonlyDeliveryCommentaryReasonpackages/server/src/commentary/types.ts:69
regexreadonlyRegExppackages/server/src/commentary/types.ts:70