Preparing search index...
The search index is not available
Lineupengine - v2.5.2
Lineupengine
src
IAsyncUpdate
Interface IAsyncUpdate<T>
an update result with an item and a promise when the update has been done
interface
IAsyncUpdate
<
T
>
{
item
:
T
;
ready
:
IAbortAblePromise
<
void
>
;
}
Type Parameters
T
Index
Properties
item
ready
Properties
item
item
:
T
ready
ready
:
IAbortAblePromise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
item
ready
Lineupengine - v2.5.2
src
tsd
an update result with an item and a promise when the update has been done