Files
standardnotes-app-web/app/assets/javascripts/UIModels/AppState/AppStateEvent.ts
2022-05-23 14:18:36 +02:00

11 lines
181 B
TypeScript

export enum AppStateEvent {
TagChanged,
ActiveEditorChanged,
PanelResized,
EditorFocused,
BeganBackupDownload,
EndedBackupDownload,
WindowDidFocus,
WindowDidBlur,
}