OptionalresizeTimeOut
resizeTimeOut?: number
OptionalresizeEventCallbackOwner
resizeEventCallbackOwner?: any
OptionalresizeEventCallback
resizeEventCallback?: (event: ResizeBimEvent) => void
OptionalcloseEventCallbackOwner
closeEventCallbackOwner?: any
OptionalcloseEventCallback
closeEventCallback?: (event: BimEvent) => void
OptionalexternalMouseMoveCallbackOwner
externalMouseMoveCallbackOwner?: any
OptionalexternalMouseMoveCallback
externalMouseMoveCallback?: (event: MouseEvent) => Promise<void>
OptionalexternalMouseUpCallbackOwner
externalMouseUpCallbackOwner?: any
OptionalexternalMouseUpCallback
externalMouseUpCallback?: (event: MouseEvent) => void
OptionalhalfSplashScreen
halfSplashScreen?: boolean
Options for configuring the BaseBimCanvas.