AsyncComponentPromise Type — vue Architecture
Architecture documentation for the AsyncComponentPromise type/interface in options.d.ts from the vue codebase.
Entity Profile
Source Code
types/options.d.ts lines 47–60
export type AsyncComponentPromise<
Data = DefaultData<never>,
Methods = DefaultMethods<never>,
Computed = DefaultComputed,
Props = DefaultProps,
SetupBindings = {}
> = (
resolve: (
component: Component<Data, Methods, Computed, Props, SetupBindings>
) => void,
reject: (reason?: any) => void
) => Promise<
ImportedComponent<Data, Methods, Computed, Props, SetupBindings>
> | void
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free