ThisTypedComponentOptionsWithRecordProps Type — vue Architecture
Architecture documentation for the ThisTypedComponentOptionsWithRecordProps type/interface in options.d.ts from the vue codebase.
Entity Profile
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
>
>
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free