ThisTypedComponentOptionsWithRecordProps Type — vue Architecture
Architecture documentation for the ThisTypedComponentOptionsWithRecordProps type/interface in options.d.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD b703a3ae_93b2_63f6_c369_9a58450283cd["ThisTypedComponentOptionsWithRecordProps"] f493510d_f7fc_4153_b4bd_6a9c8da0e741["options.d.ts"] b703a3ae_93b2_63f6_c369_9a58450283cd -->|defined in| f493510d_f7fc_4153_b4bd_6a9c8da0e741 style b703a3ae_93b2_63f6_c369_9a58450283cd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
types/options.d.ts lines 129–161
export type ThisTypedComponentOptionsWithRecordProps<
V extends Vue,
Data,
Methods,
Computed,
Props,
SetupBindings,
Mixin extends ComponentOptionsMixin,
Extends extends ComponentOptionsMixin
> = object &
ComponentOptions<
V,
DataDef<Data, Props, V>,
Methods,
Computed,
RecordPropsDefinition<Props>,
Props,
SetupBindings,
Mixin,
Extends
> &
ThisType<
CombinedVueInstance<
V,
Data,
Methods,
Computed,
Readonly<Props>,
SetupBindings,
Mixin,
Extends
>
>
Defined In
Source
Frequently Asked Questions
What is the ThisTypedComponentOptionsWithRecordProps type?
ThisTypedComponentOptionsWithRecordProps is a type/interface in the vue codebase, defined in types/options.d.ts.
Where is ThisTypedComponentOptionsWithRecordProps defined?
ThisTypedComponentOptionsWithRecordProps is defined in types/options.d.ts at line 129.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free