mirror of
https://github.com/elastic/kibana.git
synced 2025-06-29 03:24:45 -04:00
* 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>
618 B
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;