Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModelFastenerConstructor<M, S, U, I>

Type parameters

Hierarchy

  • ModelFastenerConstructor

Index

Constructors

Properties

Constructors

constructor

  • new ModelFastenerConstructor<O>(owner: O, key: undefined | string, fastenerName: undefined | string): ModelFastener<O, S, U> & I
  • Type parameters

    Parameters

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

    Returns ModelFastener<O, S, U> & I

Properties

prototype

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

Generated using TypeDoc