Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CoerciblePropertyOptions<T, U>

Type parameters

  • T

  • U

Hierarchy

Index

Properties

Optional affectsLayout

affectsLayout: boolean

coerceValue

coerceValue: function

Type declaration

    • (t: T, u: U): U
    • Parameters

      • t: T
      • u: U

      Returns U

Optional defaultValue

defaultValue: U

Optional equalityComparer

equalityComparer: function

Type declaration

    • (x: U, y: U): boolean
    • Parameters

      • x: U
      • y: U

      Returns boolean

name

name: string

Optional valueChanged

valueChanged: function

Type declaration

    • (target: T, oldValue: U, newValue: U): void
    • Parameters

      • target: T
      • oldValue: U
      • newValue: U

      Returns void

Optional valueConverter

valueConverter: function

Type declaration

    • (value: string): U
    • Parameters

      • value: string

      Returns U

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method