@adcp/client API Reference - v4.19.0
Documentation
GitHub
npm
Preparing search index...
ListOptions
Interface ListOptions
Options for list/search endpoints with pagination.
interface
ListOptions
{
search
?:
string
;
limit
?:
number
;
offset
?:
number
;
}
Index
Properties
search?
limit?
offset?
Properties
Optional
search
search
?:
string
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
search
limit
offset
Documentation
GitHub
npm
@adcp/client API Reference - v4.19.0
Loading...
Options for list/search endpoints with pagination.