Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / LocalePatternEntry
Interface: LocalePatternEntry
Defined in: packages/memory/src/conflict/locale-packs/types.ts:31
Single regex pattern bundled inside a LocalePack. The pipeline applies the regex to the fact body in case-insensitive mode unless the pattern was constructed with explicit flags.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
confidence? | readonly | number | Optional confidence ∈ [0, 1] surfaced through the audit row's reason field. Defaults to 0.8. | packages/memory/src/conflict/locale-packs/types.ts:38 |
kind? | readonly | LocaleSupersedeKind | - | packages/memory/src/conflict/locale-packs/types.ts:33 |
regex | readonly | RegExp | - | packages/memory/src/conflict/locale-packs/types.ts:32 |