Feature/103 improve events (#201)
* Improve event handler to only run events that have been registered * Tidy up events into their own function files
This commit is contained in:
parent
ed8f5927c8
commit
0d63bd120d
17 changed files with 361 additions and 379 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
import { Event } from "../type/event";
|
||||
import { EventType } from "../constants/EventType";
|
||||
|
||||
export default interface IEventItem {
|
||||
Event: Event,
|
||||
EventType: EventType,
|
||||
ExecutionFunction: Function,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue