Skip to content

Meilisearch JS / index / RenderTemplateResponse

Type Alias: RenderTemplateResponse

RenderTemplateResponse = object

Defined in: src/types/types.ts:859

See

https://www.meilisearch.com/docs/reference/api/template/render-documents-with-post

Properties

rendered?

optional rendered?: unknown

Defined in: src/types/types.ts:869

Result of rendering the template by injecting the input. null if input was null or missing in the request.


template

template: unknown

Defined in: src/types/types.ts:864

Unrendered template or fragment, fetched in index or echoed back from the inline template in the request.