Move event types to constants

This commit is contained in:
Bill Thornton
2025-10-03 14:12:05 -04:00
parent 77c2366dbe
commit abce5b1bea
9 changed files with 8 additions and 8 deletions
-9
View File
@@ -1,9 +0,0 @@
/**
* Custom event types.
*/
export enum EventType {
HEADER_RENDERED = 'HEADER_RENDERED',
SET_TABS = 'SET_TABS',
SHOW_VIDEO_OSD = 'SHOW_VIDEO_OSD',
THEME_CHANGE = 'THEME_CHANGE'
}