ComponentOptionsWithoutProps Type — vue Architecture
Architecture documentation for the ComponentOptionsWithoutProps type/interface in v3-component-options.d.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 43066af4_9bab_0f54_8d46_23fafd8481c8["ComponentOptionsWithoutProps"] d9fec2b1_6d0e_68d7_3cb2_64247b3d22be["v3-component-options.d.ts"] 43066af4_9bab_0f54_8d46_23fafd8481c8 -->|defined in| d9fec2b1_6d0e_68d7_3cb2_64247b3d22be style 43066af4_9bab_0f54_8d46_23fafd8481c8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
types/v3-component-options.d.ts lines 215–249
export type ComponentOptionsWithoutProps<
Props = {},
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
> = ComponentOptionsBase<
Props,
RawBindings,
D,
C,
M,
Mixin,
Extends,
Emits,
EmitsNames,
{}
> & {
props?: undefined
} & ThisType<
CreateComponentPublicInstance<
Props,
RawBindings,
D,
C,
M,
Mixin,
Extends,
Emits
>
>
Defined In
Source
Frequently Asked Questions
What is the ComponentOptionsWithoutProps type?
ComponentOptionsWithoutProps is a type/interface in the vue codebase, defined in types/v3-component-options.d.ts.
Where is ComponentOptionsWithoutProps defined?
ComponentOptionsWithoutProps is defined in types/v3-component-options.d.ts at line 215.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free