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