mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
656 B
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>