Properties
Optional
closeEventCallback
closeEventCallback?: ((event: BimEvent) => void)
Type declaration
-
- (event: BimEvent): void
-
Returns void
Optional
closeEventCallbackOwner
closeEventCallbackOwner?: any
Optional
externalMouseMoveCallback
externalMouseMoveCallback?: ((event: MouseEvent) => Promise<void>)
Type declaration
-
- (event: MouseEvent): Promise<void>
-
Returns Promise<void>
Optional
externalMouseMoveCallbackOwner
externalMouseMoveCallbackOwner?: any
Optional
externalMouseUpCallback
externalMouseUpCallback?: ((event: MouseEvent) => void)
Type declaration
-
- (event: MouseEvent): void
-
Returns void
Optional
externalMouseUpCallbackOwner
externalMouseUpCallbackOwner?: any
Optional
halfSplashScreen
halfSplashScreen?: boolean
Optional
resizeEventCallback
resizeEventCallback?: ((event: ResizeBimEvent) => void)
Type declaration
-
- (event: ResizeBimEvent): void
-
Returns void
Optional
resizeEventCallbackOwner
resizeEventCallbackOwner?: any
Optional
resizeTimeOut
resizeTimeOut?: number
Options for configuring the BaseBimCanvas.