@infrasoftbe/vnv-sdk
Preparing search index...
ApiFactory
BatchFallbackQuery
Interface BatchFallbackQuery<ResultOnSuccess>
interface
BatchFallbackQuery
<
ResultOnSuccess
>
{
args
:
any
;
find
:
{
id
:
number
[]
}
;
on
:
{
error
:
(
reject
:
(
error
:
any
)
=>
void
)
=>
any
;
pending
:
(
wait
:
()
=>
void
)
=>
any
;
success
:
(
next
:
(
fn
:
Promise
<
any
>
)
=>
void
,
reject
:
(
value
?:
any
)
=>
void
,
result
:
ResultOnSuccess
[]
,
)
=>
any
;
}
;
}
Type Parameters
ResultOnSuccess
Index
Properties
args
find
on
Properties
args
args
:
any
find
find
:
{
id
:
number
[]
}
on
on
:
{
error
:
(
reject
:
(
error
:
any
)
=>
void
)
=>
any
;
pending
:
(
wait
:
()
=>
void
)
=>
any
;
success
:
(
next
:
(
fn
:
Promise
<
any
>
)
=>
void
,
reject
:
(
value
?:
any
)
=>
void
,
result
:
ResultOnSuccess
[]
,
)
=>
any
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
find
on
@infrasoftbe/vnv-sdk
Loading...