Preparing search index...
The search index is not available
@sodazone/ocelloids-client - v2.4.4
@sodazone/ocelloids-client
client
QueryableApi
Interface QueryableApi<P, R>
Queryable Agent API.
interface
QueryableApi
<
P
=
AnyJson
,
R
=
AnyJson
>
{
query
(
args
:
P
,
pagination
?:
QueryPagination
,
options
?:
Options
,
)
:
Promise
<
QueryResult
<
R
>
>
;
}
Type Parameters
P
=
AnyJson
R
=
AnyJson
Implemented by
OcelloidsAgentApi
Index
Methods
query
Methods
query
query
(
args
:
P
,
pagination
?:
QueryPagination
,
options
?:
Options
,
)
:
Promise
<
QueryResult
<
R
>
>
Parameters
args
:
P
Optional
pagination
:
QueryPagination
Optional
options
:
Options
Returns
Promise
<
QueryResult
<
R
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
query
@sodazone/ocelloids-client - v2.4.4
Loading...
Queryable Agent API.