augment-vir - v31.25.0
    Preparing search index...

    Type Alias ArrayPaginationOptions

    Options for getArrayPage.

    type ArrayPaginationOptions = {
        countPerPage: number;
        getPage: number;
    }
    Index

    Properties

    countPerPage: number

    Split the array into pages of this size.

    getPage: number

    Get this page number. This is 0 indexed.