Classes
ShorthandProperty
Defined in: ui/core/properties/index.ts
Type Parameters
| Type Parameter |
|---|
T extends Style |
P |
Implements
ShorthandProperty<T,P>
Constructors
Constructor
new ShorthandProperty<T, P>(options: ShorthandPropertyOptions<P>): ShorthandProperty<T, P>;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
options | ShorthandPropertyOptions<P> |
Returns
ShorthandProperty<T, P>
Properties
cssLocalName
readonly cssLocalName: string;Defined in: ui/core/properties/index.ts
Implementation of
ShorthandProperty.cssLocalNamecssName
readonly cssName: string;Defined in: ui/core/properties/index.ts
Implementation of
ShorthandProperty.cssNamecssValueDescriptor
protected readonly cssValueDescriptor: PropertyDescriptor;Defined in: ui/core/properties/index.ts
Implementation of
ShorthandProperty.cssValueDescriptorkey
readonly key: symbol;Defined in: ui/core/properties/index.ts
Implementation of
ShorthandProperty.keylocalValueDescriptor
protected readonly localValueDescriptor: PropertyDescriptor;Defined in: ui/core/properties/index.ts
Implementation of
ShorthandProperty.localValueDescriptorname
readonly name: string;Defined in: ui/core/properties/index.ts
Implementation of
ShorthandProperty.namepropertyBagDescriptor
protected readonly propertyBagDescriptor: PropertyDescriptor;Defined in: ui/core/properties/index.ts
Implementation of
ShorthandProperty.propertyBagDescriptorsourceKey
readonly sourceKey: symbol;Defined in: ui/core/properties/index.ts
Implementation of
ShorthandProperty.sourceKeyMethods
register()
register(cls: typeof Style): void;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
cls | typeof Style |
Returns
void
Implementation of
ShorthandProperty.register- Previous
- SharedTransitionHelper
- Next
- Slider