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 CssProperty<T, U>(options: CssPropertyOptions<T, U>): CssProperty<T, U>
Parameter Default Description
options
CssPropertyOptions<T, U>

Returns CssProperty<T, U>

Properties

cssLocalName

Readonly

cssName

Readonly

cssValueDescriptor

ProtectedReadonly
cssValueDescriptor: PropertyDescriptor

defaultValue

Readonly

defaultValueKey

Readonly

getDefault

Readonly

isStyleProperty

isStyleProperty: boolean

localValueDescriptor

ProtectedReadonly
localValueDescriptor: PropertyDescriptor

overrideHandlers

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

setNative

Readonly

sourceKey

Readonly

Methods

isSet

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

Returns boolean

register

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

Returns void