Documentation
    Preparing search index...

    Type Alias SelectValuesOptions

    type SelectValuesOptions = {
        batch?: number;
        debug?: boolean;
        fsort?: string;
        fullId?: boolean;
        offset?: number;
        url?: string;
    }
    Index

    Properties

    batch?: number
    debug?: boolean
    fsort?: string
    fullId?: boolean
    offset?: number
    url?: string