1 write to _jsRuntime
Microsoft.AspNetCore.Components.Web (1)
Virtualization\VirtualizeJsInterop.cs (1)
24
_jsRuntime
= jsRuntime;
4 references to _jsRuntime
Microsoft.AspNetCore.Components.Web (4)
Virtualization\VirtualizeJsInterop.cs (4)
30
await
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.init", _selfReference, spacerBefore, spacerAfter);
47
return
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.scrollToBottom", _selfReference);
52
return
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.refreshObservers", _selfReference);
61
await
_jsRuntime
.InvokeVoidAsync($"{JsFunctionsPrefix}.dispose", _selfReference);