Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComponentViewConstructor<C, V, U, I>

Type parameters

Hierarchy

  • ComponentViewConstructor

Index

Constructors

Properties

Constructors

constructor

  • new ComponentViewConstructor<O>(owner: O, key: undefined | string, fastenerName: undefined | string): ComponentView<O, V, U> & I
  • Type parameters

    Parameters

    • owner: O
    • key: undefined | string
    • fastenerName: undefined | string

    Returns ComponentView<O, V, U> & I

Properties

prototype

prototype: Omit<ComponentView<any, any, never>, "key"> & { key?: string | boolean } & I

Generated using TypeDoc