Home / Type/ SearchableItem Type — ui Architecture

SearchableItem Type — ui Architecture

Architecture documentation for the SearchableItem type/interface in search.ts from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  56a86e7c_ef0c_68f1_635a_a4ab8a3c6d41["SearchableItem"]
  97050a69_2c4b_4c20_ca72_89be3ec705bd["search.ts"]
  56a86e7c_ef0c_68f1_635a_a4ab8a3c6d41 -->|defined in| 97050a69_2c4b_4c20_ca72_89be3ec705bd
  style 56a86e7c_ef0c_68f1_635a_a4ab8a3c6d41 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/shadcn/src/registry/search.ts lines 74–74

type SearchableItem = z.infer<typeof searchableItemSchema>

Frequently Asked Questions

What is the SearchableItem type?
SearchableItem is a type/interface in the ui codebase, defined in packages/shadcn/src/registry/search.ts.
Where is SearchableItem defined?
SearchableItem is defined in packages/shadcn/src/registry/search.ts at line 74.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free