1 write to _module
Aspire.Dashboard (1)
Components\Controls\AssistantChat.razor.cs (1)
148
_module
= await JS.InvokeAsync<IJSObjectReference>("import", "./Components/Controls/AssistantChat.razor.js");
7 references to _module
Aspire.Dashboard (7)
Components\Controls\AssistantChat.razor.cs (7)
133
if (
_module
!= null)
139
await
_module
.InvokeVoidAsync("scrollToBottomChatAssistant", _cts.Token, scrollOptions);
151
if (
_module
!= null)
169
await
_module
.InvokeVoidAsync("initializeAssistantChat", initializeOptions);
181
await
_module
.InvokeVoidAsync("initializeCurrentMessage", initializeOptions);
193
await
_module
.InvokeVoidAsync("completeCurrentMessage", initializeOptions);
347
await JSInteropHelpers.SafeDisposeAsync(
_module
);