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