LabelStrategy interface exported

Last updated: 2026-02-24T19:46:21.775Z

Metrics

LOC: 4 Complexity: 1 Params: 0

Signature

interface LabelStrategy

Source Code

export interface LabelStrategy {
  readonly name: LabelStrategyName;
  find(element: HTMLElement): LabelResult | null;
}

Members

Name Kind Visibility Status Signature
find method - find(element: HTMLElement): : LabelResult | null

No outgoing dependencies.

Impact (Incoming)

graph LR LabelStrategy["LabelStrategy"] findLabelWithStrategy["findLabelWithStrategy"] find["find"] findLabelWithStrategy -->|uses| LabelStrategy find -->|uses| LabelStrategy find -->|uses| LabelStrategy find -->|uses| LabelStrategy find -->|uses| LabelStrategy find -->|uses| LabelStrategy find -->|uses| LabelStrategy find -->|uses| LabelStrategy find -->|uses| LabelStrategy find -->|uses| LabelStrategy find -->|uses| LabelStrategy style LabelStrategy fill:#dbeafe,stroke:#2563eb,stroke-width:2px click LabelStrategy "838d971bd28eb15e.html" click findLabelWithStrategy "8f614323e886c07b.html" click find "9fe2a11f74137b1e.html"
SourceType
findLabelWithStrategy uses
find uses
find uses
find uses
find uses
find uses
find uses
find uses
find uses
find uses
find uses