@musallam/firefly-client
    Preparing search index...

    Interface PageSpec

    List Page.

    interface PageSpec {
        count?: number;
        next?: string;
        orderBy?: string;
        property?: string;
        start?: string;
        type?: string;
    }
    Index

    Properties

    count?: number

    List page size.

    next?: string

    List next position.

    orderBy?: string

    List order-by.

    property?: string

    List page property.

    start?: string

    List start position.

    type?: string

    List page type.