Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
DomainTablePaginationState
Interface DomainTablePaginationState
Domain table pagination state.
interface
DomainTablePaginationState
{
currentPage
:
number
;
hasNextPage
:
boolean
;
hasPreviousPage
:
boolean
;
pageSize
:
number
;
}
Index
Properties
current
Page
has
Next
Page
has
Previous
Page
page
Size
Properties
current
Page
currentPage
:
number
has
Next
Page
hasNextPage
:
boolean
has
Previous
Page
hasPreviousPage
:
boolean
page
Size
pageSize
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Page
has
Next
Page
has
Previous
Page
page
Size
GitHub
Auth0
Auth0 Universal Components
Loading...
Domain table pagination state.