CollectionAfterAddEventHandler
参数
type CollectionAfterAddEventHandler<T> = (event) => void
参数
- event:
CollectionAfterItemEvent<T>
返回:void

BIMFlux AI
type CollectionAfterAddEventHandler<T> = (event) => void
参数
CollectionAfterItemEvent<T>返回:void

BIMFlux AI