Home / Type/ ComponentPublicInstanceConstructor Type — vue Architecture

ComponentPublicInstanceConstructor Type — vue Architecture

Architecture documentation for the ComponentPublicInstanceConstructor type/interface in v3-component-public-instance.d.ts from the vue codebase.

Entity Profile

Source Code

types/v3-component-public-instance.d.ts lines 217–232

export type ComponentPublicInstanceConstructor<
  T extends ComponentPublicInstance<
    Props,
    RawBindings,
    D,
    C,
    M
  > = ComponentPublicInstance<any, any, any>,
  Props = any,
  RawBindings = any,
  D = any,
  C extends ComputedOptions = ComputedOptions,
  M extends MethodOptions = MethodOptions
> = {
  new (...args: any[]): T
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free