Preparing search index...
The search index is not available
Node.js SDK for digi.me
Node.js SDK for digi.me
Types
<internal>
SourcesBodyParams
Interface SourcesBodyParams
interface
SourcesBodyParams
{
limit
?:
number
;
offset
?:
number
;
query
?:
{
filter
?:
SourcesFilter
;
include
?:
LiteralUnion
<
IncludeFieldList
,
string
>
[]
;
queryString
?:
string
;
search
?:
SourcesSearch
;
}
;
sort
?:
SourcesSort
;
[
key
:
string
]:
unknown
;
}
Hierarchy
Record
<
string
,
unknown
>
SourcesBodyParams
Indexable
[
key
:
string
]:
unknown
Index
Properties
limit?
offset?
query?
sort?
Properties
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
query
query
?:
{
filter
?:
SourcesFilter
;
include
?:
LiteralUnion
<
IncludeFieldList
,
string
>
[]
;
queryString
?:
string
;
search
?:
SourcesSearch
;
}
Type declaration
Optional
filter
?:
SourcesFilter
Optional
include
?:
LiteralUnion
<
IncludeFieldList
,
string
>
[]
Optional
queryString
?:
string
Query string as in user text search
Optional
search
?:
SourcesSearch
Optional
sort
sort
?:
SourcesSort
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
limit
offset
query
sort
Node.js SDK for digi.me
Loading...
Query string as in user text search