Skip to content

Commit

Permalink
Add APP_STATE_URL_KEY and GLOBAL_STATE_URL_KEY constants
Browse files Browse the repository at this point in the history
  • Loading branch information
guidomodarelli committed Sep 30, 2024
1 parent 05ebac5 commit 5c71f21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/main/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,3 +529,6 @@ export const SEARCH_BAR_DEBOUNCE_UPDATE_TIME = 400;

// ID used to refer the createOsdUrlStateStorage state
export const OSD_URL_STATE_STORAGE_ID = 'state:storeInSessionStorage';

export const APP_STATE_URL_KEY = '_a';
export const GLOBAL_STATE_URL_KEY = '_g';

0 comments on commit 5c71f21

Please sign in to comment.