Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModelTraitConstructor<M, S, U, I>

Type parameters

Hierarchy

  • ModelTraitConstructor

Index

Constructors

Properties

Constructors

constructor

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

    Parameters

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

    Returns ModelTrait<O, S, U> & I

Properties

prototype

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

Generated using TypeDoc