Skip to content

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

PropertyModifierTypeDescriptionDefined in
confidence?readonlynumberOptional 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?readonlyLocaleSupersedeKind-packages/memory/src/conflict/locale-packs/types.ts:33
regexreadonlyRegExp-packages/memory/src/conflict/locale-packs/types.ts:32