Opensearch dashboards.onpreresponserender
Home > opensearch-dashboards > OnPreResponseRender
OnPreResponseRender interface
Additional data to extend a response when rendering a new body
Signature:
export interface OnPreResponseRender
Properties
| Property | Type | Description |
|---|---|---|
| body | string | the body to use in the response |
| headers? | ResponseHeaders | (Optional) additional headers to attach to the response |