Skip to content

Commit a2ef3a3

Browse files
authored
Merge branch 'master' into v1.4-bugfixes
2 parents 8e097df + 033e358 commit a2ef3a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

wwwroot/modules/state.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ export default class State {
5656
return contexts;
5757
}
5858

59+
/**
60+
* Gets a list of sources that may trigger an event.
61+
*/
62+
static get EventSources() {
63+
return eventSources;
64+
}
65+
5966

6067
/**
6168
* Gets the presistent UI state (must call the 'loadPersistentUIStateFromLocalStorage()' method before accessing).

0 commit comments

Comments
 (0)