kibana/docs/development/core/server/kibana-plugin-server.contextsetup.createcontextcontainer.md

656 B

Home > kibana-plugin-server > ContextSetup > createContextContainer

ContextSetup.createContextContainer() method

Creates a new IContextContainer for a service owner.

Signature:

createContextContainer<THandler extends HandlerFunction<any>>(): IContextContainer<THandler>;

Returns:

IContextContainer<THandler>