Meilisearch JS
    Preparing search index...

    Type Alias TaskEnqueueOptions

    Options for task enqueue that apply to all document write operations.

    type TaskEnqueueOptions = {
        customMetadata?: string;
    }
    Index

    Properties

    Properties

    customMetadata?: string

    Arbitrary string attached to the enqueued task. Available on the task object via the customMetadata field.