LabelStrategyName type exported
Last updated: 2026-02-24T19:46:21.775Z
Metrics
LOC: 11
Complexity: 1
Params: 0
Signature
type LabelStrategyName
Summary
Label Strategy Interface Each strategy knows how to find a label for a given element using one specific technique (e.g. label[for], aria-label, framework-specific).
Source Code
export type LabelStrategyName =
| "label[for]"
| "parent-label"
| "aria-label"
| "aria-labelledby"
| "prev-label"
| "title"
| "fieldset-legend"
| "form-group-label"
| "prev-sibling-text"
| "placeholder";
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| findLabelWithStrategy | uses |