Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/ux-components
/ open
Method
open
src/elements/window.rs:327–329 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
325
}
326
327
pub fn open(&self) {
328
self.set_visible(true);
329
}
330
}
331
332
impl AsRef<RefCell<WidgetComponent>> for WindowElement {
Callers
nothing calls this directly
Calls
1
set_visible
Method · 0.45
Tested by
no test coverage detected