Meilisearch JS
    Preparing search index...

    Type Alias Crop

    type Crop = {
        attributesToCrop?: string[];
        cropLength?: number;
        cropMarker?: string;
    }
    Index

    Properties

    attributesToCrop?: string[]
    cropLength?: number
    cropMarker?: string