Classes
InheritedCssProperty
Defined in: ui/core/properties/index.ts
Extends
CssProperty<T,U>
Type Parameters
| Type Parameter |
|---|
T extends Style |
U |
Implements
InheritedCssProperty<T,U>
Constructors
Constructor
new InheritedCssProperty<T, U>(options: CssPropertyOptions<T, U>): InheritedCssProperty<T, U>;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
options | CssPropertyOptions<T, U> |
Returns
InheritedCssProperty<T, U>
Overrides
CssProperty<T, U>.constructorProperties
cssLocalName
readonly cssLocalName: string;Defined in: ui/core/properties/index.ts
Implementation of
InheritedCssProperty.cssLocalNameInherited from
CssProperty.cssLocalNamecssName
readonly cssName: string;Defined in: ui/core/properties/index.ts
Implementation of
InheritedCssProperty.cssNameInherited from
CssProperty.cssNamecssValueDescriptor
protected readonly cssValueDescriptor: PropertyDescriptor;Defined in: ui/core/properties/index.ts
Implementation of
InheritedCssProperty.cssValueDescriptorInherited from
CssProperty.cssValueDescriptordefaultValue
readonly defaultValue: U;Defined in: ui/core/properties/index.ts
Implementation of
InheritedCssProperty.defaultValueInherited from
CssProperty.defaultValuedefaultValueKey
readonly defaultValueKey: symbol;Defined in: ui/core/properties/index.ts
Implementation of
InheritedCssProperty.defaultValueKeyInherited from
CssProperty.defaultValueKeygetDefault
readonly getDefault: symbol;Defined in: ui/core/properties/index.ts
Implementation of
InheritedCssProperty.getDefaultInherited from
CssProperty.getDefaultisStyleProperty
isStyleProperty: boolean;Defined in: ui/core/properties/index.ts
Implementation of
InheritedCssProperty.isStylePropertyInherited from
CssProperty.isStylePropertykey
readonly key: symbol;Defined in: ui/core/properties/index.ts
Implementation of
InheritedCssProperty.keyInherited from
CssProperty.keylocalValueDescriptor
protected readonly localValueDescriptor: PropertyDescriptor;Defined in: ui/core/properties/index.ts
Implementation of
InheritedCssProperty.localValueDescriptorInherited from
CssProperty.localValueDescriptorname
readonly name: string;Defined in: ui/core/properties/index.ts
Implementation of
InheritedCssProperty.nameInherited from
CssProperty.nameoverrideHandlers
overrideHandlers: (options: CssPropertyOptions<T, U>) => void;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
options | CssPropertyOptions<T, U> |
Returns
void
Implementation of
InheritedCssProperty.overrideHandlersInherited from
CssProperty.overrideHandlerssetInheritedValue
setInheritedValue: (value: U) => void;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
value | U |
Returns
void
Implementation of
InheritedCssProperty.setInheritedValuesetNative
readonly setNative: symbol;Defined in: ui/core/properties/index.ts
Implementation of
InheritedCssProperty.setNativeInherited from
CssProperty.setNativesourceKey
readonly sourceKey: symbol;Defined in: ui/core/properties/index.ts
Implementation of
InheritedCssProperty.sourceKeyInherited from
CssProperty.sourceKeyMethods
isSet()
isSet(instance: T): boolean;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
instance | T |
Returns
boolean
Implementation of
InheritedCssProperty.isSetInherited from
CssProperty.isSetregister()
register(cls: {
prototype: T;
}): void;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
cls | { prototype: T; } |
cls.prototype | T |
Returns
void
Implementation of
InheritedCssProperty.registerInherited from
CssProperty.register- Previous
- ImageSymbolEffect
- Next
- InheritedProperty