Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / AnchorGroundingOptions

Interface: AnchorGroundingOptions

Defined in: packages/core/dist/index.d.ts

The options of anchorGroundingFindingsOf and the validator.

Properties

PropertyTypeDescriptionDefined in
lexicon?Readonly<Record<string, string>>Extra word to literal expansions beside caret and tilde.packages/core/dist/index.d.ts
pattern?stringOverrides DEFAULT_CITATION_PATTERN; must expose path:line.packages/core/dist/index.d.ts
resolve(target) => string | undefinedThe pure snapshot resolver every citation check reads.packages/core/dist/index.d.ts
runId?stringThe run id, excluded as identity when present.packages/core/dist/index.d.ts
stopWords?readonly string[]Extra stop words this host's prose writes as filler.packages/core/dist/index.d.ts