Preparing search index...
The search index is not available
XYO Platform React SDK - v4.1.8
XYO Platform React SDK
@xyo-network/react-sdk
QueueItem
Interface QueueItem
interface
QueueItem
{
id
:
string
;
reject
:
(
(
error
:
Error
)
=>
void
)
;
resolve
:
(
(
value
:
any
)
=>
void
)
;
task
:
(
(
)
=>
Promise
<
any
>
)
;
}
Index
Properties
id
reject
resolve
task
Properties
id
id
:
string
reject
reject
:
(
(
error
:
Error
)
=>
void
)
resolve
resolve
:
(
(
value
:
any
)
=>
void
)
task
task
:
(
(
)
=>
Promise
<
any
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
reject
resolve
task
XYO Platform React SDK - v4.1.8
Loading...