signalType type exported

Last updated: 2026-03-05T10:53:28.867Z

Metrics

LOC: 11 Complexity: 1 Params: 0

Signature

type signalType

Summary

Source from which a signal was extracted (e.g. label, placeholder, aria).

Source Code

export type signalType =
  | "name"
  | "id"
  | "label"
  | "placeholder"
  | "autocomplete"
  | "aria-label"
  | "nearby-text"
  | "section-title"
  | "form-title"
  | "table-header";

No outgoing dependencies.

No incoming dependencies.