Interfaces
PropertyChangeData
PropertyChangeData
interface PropertyChangeData extends EventData { oldValue: any; propertyName: string; value: any; }
Data for the "propertyChange" event.
Summary β
Properties β
oldValue β
The previous value of the property.
propertyName β
The name of the property that has changed.
value β
The new value of the property.
- Previous
- PromptResult
- Next
- RootLayoutOptions
On this page