Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aspnet/AzureSignalR-samples
/ toggle
Method
toggle
aspnet-samples/AspNetForm/Scripts/bootstrap.js:2468–2470 ·
view source on GitHub ↗
(relatedTarget)
Source
from the content-addressed store, hash-verified
2466
2467
// Public
2468
toggle(relatedTarget) {
2469
return
this._isShown ? this.hide() : this.show(relatedTarget);
2470
}
2471
show(relatedTarget) {
2472
if
(this._isShown || this._isTransitioning) {
2473
return
;
Callers
nothing calls this directly
Calls
2
hide
Method · 0.95
show
Method · 0.95
Tested by
no test coverage detected