1 write to _jsModule
Aspire.Dashboard (1)
Components\Controls\TerminalView.razor.cs (1)
183_jsModule = await JS.InvokeAsync<IJSObjectReference>(
18 references to _jsModule
Aspire.Dashboard (18)
Components\Controls\TerminalView.razor.cs (18)
189_terminalId = await _jsModule.InvokeAsync<int>( 221if (_jsModule is null || _terminalId == 0) 236await _jsModule.InvokeVoidAsync("disposeTerminal", _terminalId); 244var generation = await _jsModule.InvokeAsync<int>( 305if (_jsModule is null || _terminalId == 0) 311await _jsModule.InvokeVoidAsync("setFontSizeFromHost", _terminalId, fontPx); 325if (_jsModule is null || _terminalId == 0) 331await _jsModule.InvokeVoidAsync("setSizeModeFromHost", _terminalId, sizeKey); 345if (_jsModule is null) 351return await _jsModule.InvokeAsync<TerminalSizePreset[]>("getSizePresets"); 368if (_jsModule is null || _terminalId == 0) 374await _jsModule.InvokeVoidAsync("refreshToolbarState", _terminalId); 391if (_jsModule is null || _terminalId == 0) 397await _jsModule.InvokeVoidAsync("refreshLayout", _terminalId); 413if (_jsModule is not null && _terminalId != 0) 417await _jsModule.InvokeVoidAsync("disposeTerminal", _terminalId); 424if (_jsModule is not null) 426await JSInteropHelpers.SafeDisposeAsync(_jsModule);