@shortcut/client
Preparing search index...
v4
ShortcutV4Page
Interface ShortcutV4Page<T>
A page of a v4 list endpoint. Requests page with
cursor
, never
page
.
interface
ShortcutV4Page
<
T
>
{
current_items
?:
number
;
current_page
?:
number
;
entities
:
T
[]
;
next_page_url
?:
string
|
null
;
total_items
?:
number
;
total_pages
?:
number
;
}
Type Parameters
T
Index
Properties
current_
items?
current_
page?
entities
next_
page_
url?
total_
items?
total_
pages?
Properties
Optional
current_
items
current_items
?:
number
Optional
current_
page
current_page
?:
number
entities
entities
:
T
[]
Optional
next_
page_
url
next_page_url
?:
string
|
null
Optional
total_
items
total_items
?:
number
Optional
total_
pages
total_pages
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current_
items
current_
page
entities
next_
page_
url
total_
items
total_
pages
@shortcut/client
Loading...
A page of a v4 list endpoint. Requests page with
cursor, neverpage.