Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/sessions / / CommentaryPattern
Interface: CommentaryPattern
Defined in: packages/sessions/src/commentary/types.ts:72
Single pattern entry in the BUILT_IN_COMMENTARY_PATTERNS catalogue. Keeping the array exported so consumers can inspect the shape and add their own regex extensions in custom deployments.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
description | readonly | string | packages/sessions/src/commentary/types.ts:75 |
reason | readonly | CommentaryReason | packages/sessions/src/commentary/types.ts:73 |
regex | readonly | RegExp | packages/sessions/src/commentary/types.ts:74 |