Searched refs:consoleWindow (Results 1 – 4 of 4) sorted by relevance
9 consoleWindow: null, property in AuthenticationStore.state17 consoleWindow: (state) => state.consoleWindow,60 state.consoleWindow = false;
152 // If consoleWindow is not null154 if (this.$eventBus.$consoleWindow) {157 if (!this.$eventBus.$consoleWindow.closed) {158 this.$eventBus.$consoleWindow.focus();164 // If consoleWindow is null, open new window169 this.$eventBus.$consoleWindow = window.open(
148 ...mapState('authentication', ['consoleWindow']),203 consoleWindow() {204 if (this.consoleWindow === false) this.$eventBus.$consoleWindow?.close();
50 this.$eventBus.$consoleWindow?.close();