Interface ObjectEventType

Object 事件类型

Hierarchy

  • ObjectEventType

Properties

propertyValueChanged: {
    newValue: any;
    oldValue: any;
    property: string;
}

属性值变化

Type declaration

  • newValue: any
  • oldValue: any
  • property: string

Generated using TypeDoc