Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TraitPropertyConstructor<R, T, U, I>

Type parameters

  • R: Trait

  • T

  • U = never

  • I = {}

Hierarchy

  • TraitPropertyConstructor

Index

Constructors

Properties

Constructors

constructor

  • new TraitPropertyConstructor(owner: R, propertyName: undefined | string): TraitProperty<R, T, U> & I
  • Parameters

    • owner: R
    • propertyName: undefined | string

    Returns TraitProperty<R, T, U> & I

Properties

prototype

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

Generated using TypeDoc