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