Skip to content

Commit

Permalink
Add docs for LOAD_STATE.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Oct 3, 2024
1 parent 6795933 commit 59bf592
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions new-log-viewer/src/typings/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import {DecoderOptionsType} from "./decoders";
import {LOG_LEVEL} from "./logs";


/**
* Various states of a load process. UI elements may be enabled or disabled based on the state.
*/
enum LOAD_STATE {
UNOPENED = "unopened",
LOADING = "loading",
Expand Down

0 comments on commit 59bf592

Please sign in to comment.