BIM.works SDKs - v1.5.0-b164
Preparing search index...
@bimworks/jssdk
BimWorksClientFactorySettings
Interface BimWorksClientFactorySettings
interface
BimWorksClientFactorySettings
{
fetchOptionsInterceptor
?:
unknown
;
lintingFix
?:
void
;
upload
?:
{
useHttp
?:
boolean
}
;
websocket
?:
{
initialReconnectTimeout
?:
number
;
maxReconnects
?:
number
;
reconnectIncreaseFactor
?:
number
;
}
;
xmlHttpRequestCreationInterceptor
?:
unknown
;
}
Hierarchy (
View Summary
)
ClientFactorySettings
BimWorksClientFactorySettings
Index
Properties
fetch
Options
Interceptor?
linting
Fix?
upload?
websocket?
xml
Http
Request
Creation
Interceptor?
Properties
Optional
fetch
Options
Interceptor
fetchOptionsInterceptor
?:
unknown
Optional
linting
Fix
lintingFix
?:
void
Optional
upload
upload
?:
{
useHttp
?:
boolean
}
Optional
websocket
websocket
?:
{
initialReconnectTimeout
?:
number
;
maxReconnects
?:
number
;
reconnectIncreaseFactor
?:
number
;
}
Optional
xml
Http
Request
Creation
Interceptor
xmlHttpRequestCreationInterceptor
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
Options
Interceptor
linting
Fix
upload
websocket
xml
Http
Request
Creation
Interceptor
BIM.works SDKs - v1.5.0-b164
Loading...