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)
133if (_module != null) 139await _module.InvokeVoidAsync("scrollToBottomChatAssistant", _cts.Token, scrollOptions); 151if (_module != null) 169await _module.InvokeVoidAsync("initializeAssistantChat", initializeOptions); 181await _module.InvokeVoidAsync("initializeCurrentMessage", initializeOptions); 193await _module.InvokeVoidAsync("completeCurrentMessage", initializeOptions); 347await JSInteropHelpers.SafeDisposeAsync(_module);