kibana/docs/development/plugins/ui_actions/public/kibana-plugin-plugins-ui_actions-public.actionexecutioncontext.md
Josh Dover 0af81310b6
Remove dynamic mapped types from UiActions (#87075)
* Remove dynamic mapped types from UiActions

* Remove import between data <-> embeddables

* remove outdated comments, export action types from discover_enhanced

* fix notice.txt

Co-authored-by: restrry <restrry@gmail.com>
2021-01-05 10:11:05 +01:00

618 B

Home > kibana-plugin-plugins-ui_actions-public > ActionExecutionContext

ActionExecutionContext type

Action methods are executed with Context from trigger + ActionExecutionMeta

Signature:

export declare type ActionExecutionContext<Context extends object = object> = Context & ActionExecutionMeta;