Interfaces
PropertyChangeData
Data for the "propertyChange" event.
Defined in: data/observable/index.ts
Data for the "propertyChange" event.
Extends
Properties
eventName
eventName: string;Defined in: data/observable/index.ts
The name of the event.
Inherited from
object
object: Observable;Defined in: data/observable/index.ts
The Observable instance that has raised the event.
Inherited from
oldValue?
optional oldValue?: any;Defined in: data/observable/index.ts
The previous value of the property.
propertyName
propertyName: string;Defined in: data/observable/index.ts
The name of the property that has changed.
value
value: any;Defined in: data/observable/index.ts
The new value of the property.
- Previous
- PropertyAnimationInfo
- Next
- RootLayoutOptions