Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize dynamic actions in embeddable #58504

Closed
2 tasks done
streamich opened this issue Feb 25, 2020 · 1 comment
Closed
2 tasks done

Initialize dynamic actions in embeddable #58504

streamich opened this issue Feb 25, 2020 · 1 comment
Labels
Feature:Drilldowns Embeddable panel Drilldowns Feature:Embedding Embedding content via iFrame

Comments

@streamich
Copy link
Contributor

streamich commented Feb 25, 2020

Serialized dynamic actions (aka events) are stored in events field on input of each dashboard panel. When dashboard loads we need to deserialize and instantiate those actions in the global ui_actions registry. When dashboard is destroyed, we need to remove those actions from the registry.

  • Register events into registry when dashboard embeddable container is created. Drilldown events 4 #59876
  • Remove them from registry when dashboard embeddable container is destroyed. Drilldown events 5 #59885
  • Synchronize events with global registry when new events are added or removed.

Parent issue: #43299

@streamich streamich added Feature:Drilldowns Embeddable panel Drilldowns Feature:Embedding Embedding content via iFrame Team:AppArch labels Feb 25, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Drilldowns Embeddable panel Drilldowns Feature:Embedding Embedding content via iFrame
Projects
None yet
Development

No branches or pull requests

2 participants