bunway
    Preparing search index...

    Interface TextOptions

    interface TextOptions {
        limit?: number;
        type?: string | RegExp | ((contentType: string) => boolean);
    }
    Index

    Properties

    Properties

    limit?: number
    type?: string | RegExp | ((contentType: string) => boolean)