Q: triggering events on start / stop
See original GitHub issueHi there.
I think it’d be cool to have the editor trigger events on start
and stop
.
I can make a PR for that but would like to discuss beforehand if there’s any reason not to do that.
Issue Analytics
- State:
- Created 8 years ago
- Comments:13 (9 by maintainers)
Top Results From Across the Web
Can't trigger a stop event. - Q & A | Audiokinetic
I've created a battle_ music stop_event which it would be triggered by the boss_death event, but in the game the music doesn't stop....
Read more >Triggering Event: Definition and Examples - Investopedia
Triggering events include job loss, retirement, or death, and are typical for many types of contracts. These triggers help to prevent, or ensure, ......
Read more >Events that trigger workflows - GitHub Docs
Workflow triggers are events that cause a workflow to run. ... Note: To prevent recursive workflows, this event does not trigger workflows if...
Read more >Wwise Unreal - Start & Stop Events Via Box Triggers V2
In this guide we highlight how to start & stop Wwise Events when you enter and exit the house in the middle of...
Read more >The intelligent engine start-stop trigger system based ... - NCBI
This paper proposes a new trigger mode for engine start-stop systems by judging the situation of the vehicle in congested traffic or stopping...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Release 1.2.0 now supports for start/stop events against the editor (http://getcontenttools.com/api/content-tools#editor-app).
Events now supports cancelling of the default action by calling
preventDefault()
and halting the execution of subsequent callbacks by callingstopImmediatePropagation
(http://getcontenttools.com/api/content-tools#event).With the new model in place I’m now comfortable adding additional events when required for the UI.
If an event refactoring is going to happen, it would be nice to have some events to catch when working with the UI (opening and closing dialogs). Also extending the UI (a new dialog, a new toolbox, or extending a toolbox with more actions) should be easy to write as plugin code.