-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Question] How to use Context Containers? #49096
Copy link
Copy link
Closed
Labels
Team:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//discussstaleUsed to mark issues that were closed for being staleUsed to mark issues that were closed for being stale
Metadata
Metadata
Assignees
Labels
Team:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//discussstaleUsed to mark issues that were closed for being staleUsed to mark issues that were closed for being stale
Type
Fields
Give feedbackNo fields configured for issues without a type.
I would like to understand how to correctly use the Context Container API from the New Platform Core. Please help me to fill in the
FILL_ME_INblanks.Consider an example with 3 plugins:
managementapp plugin that allows to register management app sections;canvasplugin that wants to render a “Canvas” section in management app and in that section render a preview of a Canvas element, which is rendered using Expressions service;expressionsplugin provides an expression executor/renderer, but that executor/renderer is available only in start lifecycle; whereas Canvas would register its section in management app already in setup life-cycle.Below are the three plugins; there are also two
FILL_ME_INplaces that need to be filled in.