Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CoercibleProperty<T, U>

Type parameters

Hierarchy

Implements

Implemented by

Index

Constructors

constructor

  • new CoercibleProperty<T, U>(options: CoerciblePropertyOptions<T, U>): CoercibleProperty<T, U>

Properties

Readonly coerce

coerce: function

Type declaration

    • (target: T): void
    • Parameters

      • target: T

      Returns void

configurable

configurable: boolean

Readonly defaultValue

defaultValue: U

Readonly defaultValueKey

defaultValueKey: symbol

enumerable

enumerable: boolean

get

get: function

Type declaration

    • (): U
    • Returns U

Readonly getDefault

getDefault: symbol

isStyleProperty

isStyleProperty: boolean

Readonly key

key: symbol

Readonly name

name: string

Readonly nativeValueChange

nativeValueChange: function

Type declaration

    • (owner: T, value: U): void
    • Parameters

      • owner: T
      • value: U

      Returns void

set

set: function

Type declaration

    • (value: U): void
    • Parameters

      • value: U

      Returns void

Readonly setNative

setNative: symbol

Methods

isSet

  • isSet(instance: T): boolean

register

  • register(cls: object): void

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