Skip to content

Meilisearch JS / index / RenderTemplateResponse

Type Alias: RenderTemplateResponse ​

RenderTemplateResponse = object

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

See ​

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

Properties ​

rendered? ​

optional rendered?: unknown

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

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:875

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