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

Implement lifecycle methods for plugins #1106

Closed
imolorhe opened this issue Dec 18, 2019 · 1 comment
Closed

Implement lifecycle methods for plugins #1106

imolorhe opened this issue Dec 18, 2019 · 1 comment
Labels
Milestone

Comments

@imolorhe
Copy link
Collaborator

A plugin should be able to listen for, and perform actions at various points in the app flow. We should have the following lifecycle methods (events) available for plugins:

  • app-ready: Called when the app is fully loaded.
  • new-window: Called when a new window is created.
  • before-quit: Called before the app is quit.
@imolorhe
Copy link
Collaborator Author

#1089

@imolorhe imolorhe added this to the v2.4.0 milestone Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant