Home / Type/ AsyncComponentOptions Type — vue Architecture

AsyncComponentOptions Type — vue Architecture

Architecture documentation for the AsyncComponentOptions type/interface in apiAsyncComponent.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  a50c4f15_f7fd_99c5_1325_b43ef6a3613c["AsyncComponentOptions"]
  bed9af47_0db9_d1c8_3d4e_674cdf4ecb2d["apiAsyncComponent.ts"]
  a50c4f15_f7fd_99c5_1325_b43ef6a3613c -->|defined in| bed9af47_0db9_d1c8_3d4e_674cdf4ecb2d
  style a50c4f15_f7fd_99c5_1325_b43ef6a3613c 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
}

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