npms.io
    Preparing search index...

    Interface SearchOptions

    interface SearchOptions {
        from?: string;
        size?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    from?: string

    The offset in which to start searching from (max of 5000)

    Default value: 0

    size?: string

    The total number of results to return (max of 250)

    Default value: 25