Skip to main content

Variable: DEFAULT_SNIPPET_CONFIG

const DEFAULT_SNIPPET_CONFIG: object;

Defined in: packages/uimatch-selector-anchors/src/types/config.ts:36

Default snippet matching configuration

Type Declaration

FUZZY_THRESHOLD

readonly FUZZY_THRESHOLD: 0.6 = 0.6;

Fuzzy matching threshold for accepting partial matches (0.0 - 1.0)

HIGH_CONFIDENCE

readonly HIGH_CONFIDENCE: 0.92 = 0.92;

High confidence threshold for early exit (0.0 - 1.0)

MAX_RADIUS

readonly MAX_RADIUS: 400 = 400;

Maximum search radius for snippet matching (number of lines)