Indexes for the different panels in the application.
export enum PANEL { /** Search home panel index */ SEARCH_HOME = 0, /** Results panel index */ RESULTS = 1, /** Stats panel index */ STATS = 2,} Copy
export enum PANEL { /** Search home panel index */ SEARCH_HOME = 0, /** Results panel index */ RESULTS = 1, /** Stats panel index */ STATS = 2,}
Search home panel index
Results panel index
Stats panel index
Indexes for the different panels in the application.
Source