Auth0 Universal Components
    Preparing search index...

    Interface DomainTablePaginationState

    Domain table pagination state.

    interface DomainTablePaginationState {
        currentPage: number;
        hasNextPage: boolean;
        hasPreviousPage: boolean;
        pageSize: number;
    }
    Index

    Properties

    currentPage: number
    hasNextPage: boolean
    hasPreviousPage: boolean
    pageSize: number