Meilisearch JS / index / TaskEnqueueOptions
Type Alias: TaskEnqueueOptions
TaskEnqueueOptions =
object
Defined in: src/types/types.ts:484
Options for task enqueue that apply to all document write operations.
Properties
customMetadata?
optionalcustomMetadata?:string
Defined in: src/types/types.ts:491
Arbitrary string attached to the enqueued task. Available on the task object via the customMetadata field.