Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewPropertyConstraintConstructor<V, T, U, I>

Type parameters

  • V: View

  • T

  • U = never

  • I = {}

Hierarchy

  • ViewPropertyConstraintConstructor

Index

Constructors

Properties

Constructors

constructor

  • new ViewPropertyConstraintConstructor(owner: V, propertyName: undefined | string): ViewPropertyConstraint<V, T, U> & I
  • Parameters

    • owner: V
    • propertyName: undefined | string

    Returns ViewPropertyConstraint<V, T, U> & I

Properties

prototype

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

Generated using TypeDoc