AsyncComponentOptions Type — vue Architecture
Architecture documentation for the AsyncComponentOptions type/interface in apiAsyncComponent.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 4112eccb_a7d6_d593_c441_00f82aaae123["AsyncComponentOptions"] 3c165a4c_f9eb_ba3a_77d3_78acf2fd83e0["apiAsyncComponent.ts"] 4112eccb_a7d6_d593_c441_00f82aaae123 -->|defined in| 3c165a4c_f9eb_ba3a_77d3_78acf2fd83e0 style 4112eccb_a7d6_d593_c441_00f82aaae123 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/v3/apiAsyncComponent.ts lines 3–16
interface AsyncComponentOptions {
loader: Function
loadingComponent?: any
errorComponent?: any
delay?: number
timeout?: number
suspensible?: boolean
onError?: (
error: Error,
retry: () => void,
fail: () => void,
attempts: number
) => any
}
Defined In
Source
Frequently Asked Questions
What is the AsyncComponentOptions type?
AsyncComponentOptions is a type/interface in the vue codebase, defined in src/v3/apiAsyncComponent.ts.
Where is AsyncComponentOptions defined?
AsyncComponentOptions is defined in src/v3/apiAsyncComponent.ts at line 3.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free