SearchableSelectPreactProps interface presentation exported

Last updated: 2026-03-04T23:21:38.427Z

Metrics

LOC: 9 Complexity: 1 Params: 0

Signature

interface SearchableSelectPreactProps

Source Code

export interface SearchableSelectPreactProps {
  entries: SelectEntry[];
  value?: string;
  onChange?: (value: string, label: string) => void;
  placeholder?: string;
  className?: string;
  disabled?: boolean;
  id?: string;
}

Dependencies (Outgoing)

graph LR SearchableSelectPreactProps["SearchableSelectPreactProps"] SelectEntry["SelectEntry"] SelectOption["SelectOption"] SelectOptionGroup["SelectOptionGroup"] flattenEntries["flattenEntries"] findLabel["findLabel"] SearchableSelectPreactProps -->|uses| SelectEntry SearchableSelectPreactProps -->|uses| SelectOption SearchableSelectPreactProps -->|uses| SelectOptionGroup SearchableSelectPreactProps -->|calls| flattenEntries SearchableSelectPreactProps -->|calls| findLabel style SearchableSelectPreactProps fill:#dbeafe,stroke:#2563eb,stroke-width:2px click SearchableSelectPreactProps "d7a485bb75ce909c.html" click SelectEntry "b1f8066e4424c104.html" click SelectOption "cf3ca81a001c71b3.html" click SelectOptionGroup "794dae4dffc1ba31.html" click flattenEntries "da78fff9504489c0.html" click findLabel "e101c4a52af07427.html"
TargetType
SelectEntry uses
SelectOption uses
SelectOptionGroup uses
flattenEntries calls
findLabel calls

No incoming dependencies.