Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.

Summary

Constructors

constructor

new Property<T, U>(options: PropertyOptions<T, U>): Property<T, U>
Parameter Default Description
options
PropertyOptions<T, U>

Returns Property<T, U>

Properties

configurable

defaultValue

Readonly

defaultValueKey

Readonly

enumerable

getDefault

Readonly

isStyleProperty

isStyleProperty: boolean

nativeValueChange

Readonly
nativeValueChange: (owner: T, value: U) => void

overrideHandlers

overrideHandlers: (options: PropertyOptions&lt;T, U&gt;) => void

set

setNative

Readonly

Methods

isSet

isSet(instance: T): boolean
Parameter Default Description
instance
T

Returns boolean

register

register(cls: {}): void
Parameter Default Description
cls
{}

Returns void
Previous
Progress