1 write to _jsModule
Aspire.Dashboard (1)
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
87_jsModule = await JS.InvokeAsync<IJSObjectReference>("import", "./Components/Dialogs/InteractionsInputDialog.razor.js");
3 references to _jsModule
Aspire.Dashboard (3)
Components\Dialogs\InteractionsInputDialog.razor.cs (3)
205if (_jsModule != null && _elementRefs.TryGetValue(inputModel, out var element) && element != null) 207await _jsModule.InvokeVoidAsync("togglePasswordVisibility", element.Id); 220await JSInteropHelpers.SafeDisposeAsync(_jsModule);