@equinor/videx-3d
Preparing search index...
sdk
BatchQueueEntry
Type Alias BatchQueueEntry
Used internally by DataLoader class
type
BatchQueueEntry
=
{
_resolve
:
(
(
value
?:
any
)
=>
void
)
|
null
;
key
:
KeyType
;
promise
:
Promise
<
any
>
;
}
Index
Properties
_
resolve
key
promise
Properties
_
resolve
_resolve
:
(
(
value
?:
any
)
=>
void
)
|
null
key
key
:
KeyType
promise
promise
:
Promise
<
any
>
Settings
Theme
OS
Light
Dark
On This Page
Properties
_
resolve
key
promise
@equinor/videx-3d
Loading...
Used internally by DataLoader class