WatchCallback

参数
type WatchCallback = (newValue, oldValue, propertyName, target) => void

类型: (newValue, oldValue, propertyName, target) => void

参数

  • newValue: any
  • oldValue: any
  • propertyName: string
  • target: Accessor

返回:void

BIMFlux AI