PreloadFilter Type — astro Architecture
Architecture documentation for the PreloadFilter type/interface in types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 8d7df5e3_4687_0b6a_dc2b_126a816d2c99["PreloadFilter"] 0414cf8f_0404_f03b_316f_0d732aa66968["types.ts"] 8d7df5e3_4687_0b6a_dc2b_126a816d2c99 -->|defined in| 0414cf8f_0404_f03b_316f_0d732aa66968 style 8d7df5e3_4687_0b6a_dc2b_126a816d2c99 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/assets/fonts/types.ts lines 258–260
export type PreloadFilter =
| boolean
| Array<{ weight?: string | number; style?: string; subset?: string }>;
Defined In
Source
Frequently Asked Questions
What is the PreloadFilter type?
PreloadFilter is a type/interface in the astro codebase, defined in packages/astro/src/assets/fonts/types.ts.
Where is PreloadFilter defined?
PreloadFilter is defined in packages/astro/src/assets/fonts/types.ts at line 258.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free