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.
ShorthandProperty

Summary

Constructors

constructor

new ShorthandProperty<T, P>(options: ShorthandPropertyOptions<P>): ShorthandProperty<T, P>
Parameter Default Description
options
ShorthandPropertyOptions<P>

Returns ShorthandProperty<T, P>

Properties

cssLocalName

Readonly

cssName

Readonly

cssValueDescriptor

ProtectedReadonly
cssValueDescriptor: PropertyDescriptor

localValueDescriptor

ProtectedReadonly
localValueDescriptor: PropertyDescriptor

propertyBagDescriptor

ProtectedReadonly
propertyBagDescriptor: PropertyDescriptor

sourceKey

Readonly

Methods

register

register(cls: typeof Style): void
Parameter Default Description
cls
typeof Style

Returns void