@equinor/videx-3d
Preparing search index...
sdk
LoaderConfig
Type Alias LoaderConfig
Loader Config
type
LoaderConfig
=
{
batched
?:
boolean
;
batchLoad
?:
<
T
>
(
...
args
:
any
[]
)
=>
Promise
<
[
KeyType
,
T
]
[]
>
;
batchMaxDelay
?:
number
;
batchSize
?:
number
;
init
?:
<
T
>
(
...
args
:
any
[]
)
=>
Promise
<
[
KeyType
,
T
]
[]
>
;
load
?:
<
T
>
(
id
:
KeyType
,
args
?:
any
)
=>
Promise
<
T
|
null
>
;
noCache
?:
boolean
;
preloaded
?:
boolean
;
transform
?:
(
record
:
any
)
=>
any
;
}
Index
Properties
batched?
batch
Load?
batch
Max
Delay?
batch
Size?
init?
load?
no
Cache?
preloaded?
transform?
Properties
Optional
batched
batched
?:
boolean
Optional
batch
Load
batchLoad
?:
<
T
>
(
...
args
:
any
[]
)
=>
Promise
<
[
KeyType
,
T
]
[]
>
Optional
batch
Max
Delay
batchMaxDelay
?:
number
Optional
batch
Size
batchSize
?:
number
Optional
init
init
?:
<
T
>
(
...
args
:
any
[]
)
=>
Promise
<
[
KeyType
,
T
]
[]
>
Optional
load
load
?:
<
T
>
(
id
:
KeyType
,
args
?:
any
)
=>
Promise
<
T
|
null
>
Optional
no
Cache
noCache
?:
boolean
Optional
preloaded
preloaded
?:
boolean
Optional
transform
transform
?:
(
record
:
any
)
=>
any
Settings
Theme
OS
Light
Dark
On This Page
Properties
batched
batch
Load
batch
Max
Delay
batch
Size
init
load
no
Cache
preloaded
transform
@equinor/videx-3d
Loading...
Loader Config