Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModelPropertyConstructor<M, T, U, I>

Type parameters

  • M: Model

  • T

  • U = never

  • I = {}

Hierarchy

  • ModelPropertyConstructor

Index

Constructors

Properties

Constructors

constructor

  • new ModelPropertyConstructor(owner: M, propertyName: undefined | string): ModelProperty<M, T, U> & I
  • Parameters

    • owner: M
    • propertyName: undefined | string

    Returns ModelProperty<M, T, U> & I

Properties

prototype

prototype: ModelProperty<any, any, never> & I

Generated using TypeDoc