Preparing search index...
The search index is not available
XYO Platform SDK - v3.9.16
XYO Platform SDK
@xyo-network/modules
ReadArchivistFunctions
Interface ReadArchivistFunctions<TReadResponse, TId>
interface
ReadArchivistFunctions
<
TReadResponse
,
TId
=
string
>
{
get
(
ids
:
TId
[]
)
:
PromisableArray
<
TReadResponse
>
;
next
(
options
?:
NextOptions
<
TId
>
)
:
PromisableArray
<
TReadResponse
>
;
}
Type Parameters
TReadResponse
TId
=
string
Hierarchy (
View Summary
)
ReadArchivistFunctions
ReadArchivist
Index
Methods
get
next
Methods
get
get
(
ids
:
TId
[]
)
:
PromisableArray
<
TReadResponse
>
Parameters
ids
:
TId
[]
Returns
PromisableArray
<
TReadResponse
>
next
next
(
options
?:
NextOptions
<
TId
>
)
:
PromisableArray
<
TReadResponse
>
Parameters
Optional
options
:
NextOptions
<
TId
>
Returns
PromisableArray
<
TReadResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
next
XYO Platform SDK - v3.9.16
Loading...