ComponentOptionsWithProps Type — vue Architecture
Architecture documentation for the ComponentOptionsWithProps type/interface in v3-component-options.d.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD e082bd50_355c_d39e_baa1_29f0a2dc3f3d["ComponentOptionsWithProps"] d9fec2b1_6d0e_68d7_3cb2_64247b3d22be["v3-component-options.d.ts"] e082bd50_355c_d39e_baa1_29f0a2dc3f3d -->|defined in| d9fec2b1_6d0e_68d7_3cb2_64247b3d22be style e082bd50_355c_d39e_baa1_29f0a2dc3f3d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
types/v3-component-options.d.ts lines 140–176
export type ComponentOptionsWithProps<
PropsOptions = ComponentPropsOptions,
RawBindings = Data,
D = Data,
C extends ComputedOptions = {},
M extends MethodOptions = {},
Mixin extends ComponentOptionsMixin = ComponentOptionsMixin,
Extends extends ComponentOptionsMixin = ComponentOptionsMixin,
Emits extends EmitsOptions = {},
EmitsNames extends string = string,
Props = ExtractPropTypes<PropsOptions>,
Defaults = ExtractDefaultPropTypes<PropsOptions>
> = ComponentOptionsBase<
Props,
RawBindings,
D,
C,
M,
Mixin,
Extends,
Emits,
EmitsNames,
Defaults
> & {
props?: PropsOptions
} & ThisType<
CreateComponentPublicInstance<
Props,
RawBindings,
D,
C,
M,
Mixin,
Extends,
Emits
>
>
Defined In
Source
Frequently Asked Questions
What is the ComponentOptionsWithProps type?
ComponentOptionsWithProps is a type/interface in the vue codebase, defined in types/v3-component-options.d.ts.
Where is ComponentOptionsWithProps defined?
ComponentOptionsWithProps is defined in types/v3-component-options.d.ts at line 140.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free