Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewPropertyConstructor<V, T, U, I>

Type parameters

  • V: View

  • T

  • U = never

  • I = {}

Hierarchy

  • ViewPropertyConstructor

Index

Constructors

Properties

Constructors

constructor

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

    • owner: V
    • propertyName: undefined | string

    Returns ViewProperty<V, T, U> & I

Properties

prototype

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

Generated using TypeDoc