Classes
CssAnimationProperty
Defined in: ui/core/properties/index.ts
Type Parameters
| Type Parameter |
|---|
T extends Style |
U |
Implements
CssAnimationProperty<T,U>
Constructors
Constructor
new CssAnimationProperty<T, U>(options: CssAnimationPropertyOptions<T, U>): CssAnimationProperty<T, U>;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
options | CssAnimationPropertyOptions<T, U> |
Returns
CssAnimationProperty<T, U>
Properties
_valueConverter?
optional _valueConverter?: (value: string) => any;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
any
Implementation of
CssAnimationProperty._valueConvertercssLocalName
readonly cssLocalName: string;Defined in: ui/core/properties/index.ts
Implementation of
CssAnimationProperty.cssLocalNamecssName
readonly cssName: string;Defined in: ui/core/properties/index.ts
Implementation of
CssAnimationProperty.cssNamedefaultValue
readonly defaultValue: U;Defined in: ui/core/properties/index.ts
Implementation of
CssAnimationProperty.defaultValuedefaultValueKey
readonly defaultValueKey: symbol;Defined in: ui/core/properties/index.ts
Implementation of
CssAnimationProperty.defaultValueKeygetDefault
readonly getDefault: symbol;Defined in: ui/core/properties/index.ts
Implementation of
CssAnimationProperty.getDefaultisStyleProperty
isStyleProperty: boolean;Defined in: ui/core/properties/index.ts
Implementation of
CssAnimationProperty.isStylePropertykey
readonly key: symbol;Defined in: ui/core/properties/index.ts
Implementation of
CssAnimationProperty.keykeyframe
readonly keyframe: string;Defined in: ui/core/properties/index.ts
Implementation of
CssAnimationProperty.keyframename
readonly name: string;Defined in: ui/core/properties/index.ts
Implementation of
CssAnimationProperty.nameregister
readonly register: (cls: {
prototype: any;
}) => void;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
cls | { prototype: any; } |
cls.prototype | any |
Returns
void
Implementation of
CssAnimationProperty.registersetNative
readonly setNative: symbol;Defined in: ui/core/properties/index.ts
Implementation of
CssAnimationProperty.setNativeMethods
_initDefaultNativeValue()
_initDefaultNativeValue(target: T): void;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
target | T |
Returns
void
Implementation of
CssAnimationProperty._initDefaultNativeValueisSet()
isSet(instance: T): boolean;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
instance | T |
Returns
boolean
Implementation of
CssAnimationProperty.isSet_getByCssName()
static _getByCssName(name: string): CssAnimationProperty<any, any>;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
name | string |
Returns
CssAnimationProperty<any, any>
_getPropertyNames()
static _getPropertyNames(): string[];Defined in: ui/core/properties/index.ts
Returns
string[]
- Previous
- CssAnimationParser
- Next
- CssProperty