Preview 2.0 is now in Public Beta!
Read the Announcement
PropertyChangeData
interface PropertyChangeData extends EventData {
  oldValue: any;
  propertyName: string;
  value: any;
}

Summary

Properties

oldValue
propertyName
value
2 properties inherited from EventData
Click to expand

Properties

oldValue

propertyName

Previous
PromptResult