kibana/docs/development/core/public/kibana-plugin-public.contextsetup.createcontextcontainer.md
2019-07-30 13:34:17 -05:00

762 B

Home > kibana-plugin-public > ContextSetup > createContextContainer

ContextSetup.createContextContainer() method

Creates a new IContextContainer for a service owner.

Signature:

createContextContainer<TContext extends {}, THandlerReturn, THandlerParmaters extends any[] = []>(): IContextContainer<TContext, THandlerReturn, THandlerParmaters>;

Returns:

IContextContainer<TContext, THandlerReturn, THandlerParmaters>