Classes
InheritedProperty
Defined in: ui/core/properties/index.ts
Extends
Property<T,U>
Type Parameters
| Type Parameter |
|---|
T extends ViewBase |
U |
Implements
InheritedProperty<T,U>
Constructors
Constructor
new InheritedProperty<T, U>(options: PropertyOptions<T, U>): InheritedProperty<T, U>;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
options | PropertyOptions<T, U> |
Returns
InheritedProperty<T, U>
Overrides
Property<T, U>.constructorProperties
configurable
configurable: boolean;Defined in: ui/core/properties/index.ts
Implementation of
InheritedProperty.configurableInherited from
Property.configurabledefaultValue
readonly defaultValue: U;Defined in: ui/core/properties/index.ts
Implementation of
InheritedProperty.defaultValueInherited from
Property.defaultValuedefaultValueKey
readonly defaultValueKey: symbol;Defined in: ui/core/properties/index.ts
Implementation of
InheritedProperty.defaultValueKeyInherited from
Property.defaultValueKeyenumerable
enumerable: boolean;Defined in: ui/core/properties/index.ts
Implementation of
InheritedProperty.enumerableInherited from
Property.enumerableget
get: () => U;Defined in: ui/core/properties/index.ts
Returns
U
Implementation of
InheritedProperty.getInherited from
Property.getgetDefault
readonly getDefault: symbol;Defined in: ui/core/properties/index.ts
Implementation of
InheritedProperty.getDefaultInherited from
Property.getDefaultisStyleProperty
isStyleProperty: boolean;Defined in: ui/core/properties/index.ts
Implementation of
InheritedProperty.isStylePropertyInherited from
Property.isStylePropertykey
readonly key: symbol;Defined in: ui/core/properties/index.ts
Implementation of
InheritedProperty.keyInherited from
Property.keyname
readonly name: string;Defined in: ui/core/properties/index.ts
Implementation of
InheritedProperty.nameInherited from
Property.namenativeValueChange
readonly nativeValueChange: (owner: T, value: U) => void;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
owner | T |
value | U |
Returns
void
Implementation of
InheritedProperty.nativeValueChangeInherited from
Property.nativeValueChangeoverrideHandlers
overrideHandlers: (options: PropertyOptions<T, U>) => void;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
options | PropertyOptions<T, U> |
Returns
void
Implementation of
InheritedProperty.overrideHandlersInherited from
Property.overrideHandlersset
set: (value: U) => void;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
value | U |
Returns
void
Implementation of
InheritedProperty.setInherited from
Property.setsetInheritedValue
readonly setInheritedValue: (value: U) => void;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
value | U |
Returns
void
Implementation of
InheritedProperty.setInheritedValuesetNative
readonly setNative: symbol;Defined in: ui/core/properties/index.ts
Implementation of
InheritedProperty.setNativeInherited from
Property.setNativesourceKey
readonly sourceKey: symbol;Defined in: ui/core/properties/index.ts
Implementation of
InheritedProperty.sourceKeyMethods
isSet()
isSet(instance: T): boolean;Defined in: ui/core/properties/index.ts
Parameters
| Parameter | Type |
|---|---|
instance | T |
Returns
boolean
Implementation of
InheritedProperty.isSetInherited from
Property.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
InheritedProperty.registerInherited from
Property.register- Previous
- InheritedCssProperty
- Next
- iOSApplication