Tela SDK for JavaScript
    Preparing search index...

    Navigation links for paginated task lists.

    type Links = {
        first: LinkParams;
        last: LinkParams;
        next: LinkParams | null;
        previous: LinkParams | null;
    }
    Index

    Properties

    Properties

    first: LinkParams

    Parameters for the first page

    Parameters for the last page

    next: LinkParams | null

    Parameters for the next page, or null if on last page

    previous: LinkParams | null

    Parameters for the previous page, or null if on first page