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)
205
if (
_jsModule
!= null && _elementRefs.TryGetValue(inputModel, out var element) && element != null)
207
await
_jsModule
.InvokeVoidAsync("togglePasswordVisibility", element.Id);
220
await JSInteropHelpers.SafeDisposeAsync(
_jsModule
);