Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/channels / / OutboundSanitizationResult
Interface: OutboundSanitizationResult
Defined in: packages/channels/src/outbound.ts:34
Result of one outbound sanitization pass.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
modified | readonly | boolean | - | packages/channels/src/outbound.ts:36 |
reasons | readonly | readonly OutboundCommentaryReason[] | Distinct pattern reasons that matched (bounded cardinality). | packages/channels/src/outbound.ts:38 |
text | readonly | string | - | packages/channels/src/outbound.ts:35 |