Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
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