Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 541 Bytes

kibana-plugin-server.lifecycleresponsefactory.md

File metadata and controls

13 lines (8 loc) · 541 Bytes

Home > kibana-plugin-server > LifecycleResponseFactory

LifecycleResponseFactory type

Creates an object containing redirection or error response with error details, HTTP headers, and other data transmitted to the client.

Signature:

export declare type LifecycleResponseFactory = typeof lifecycleResponseFactory;