ReactiveListenerOptions
是否只执行一次
属性
once
是否只执行一次
once?: boolean
类型: boolean
onListenerAdd
监听器添加时的回调
onListenerAdd?: (
类型: (
onListenerRemove
监听器移除时的回调
onListenerRemove?: (
类型: (
sync
是否同步执行
sync?: boolean
类型: boolean

BIMFlux AI
是否只执行一次
once?: boolean
类型: boolean
监听器添加时的回调
onListenerAdd?: (
类型: (
监听器移除时的回调
onListenerRemove?: (
类型: (
是否同步执行
sync?: boolean
类型: boolean

BIMFlux AI