Interface ModelTraitConstructor<M, S, U, I>
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