8.7 released—WinterCG Compliance Part 1
Learn more

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