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;
150 // If consoleWindow is not null152 if (this.$eventBus.$consoleWindow) {155 if (!this.$eventBus.$consoleWindow.closed) {156 this.$eventBus.$consoleWindow.focus();162 // If consoleWindow is null, open new window167 this.$eventBus.$consoleWindow = window.open(
147 ...mapState('authentication', ['consoleWindow']),202 consoleWindow() {203 if (this.consoleWindow === false) this.$eventBus.$consoleWindow?.close();
52 this.$eventBus.$consoleWindow?.close();