MCPcopy Create free account
hub / github.com/angular-rust/ux-components / close

Method close

src/elements/window.rs:323–325  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

321 }
322
323 pub fn close(&self) {
324 self.set_visible(false);
325 }
326
327 pub fn open(&self) {
328 self.set_visible(true);

Callers 1

on_closeMethod · 0.45

Calls 1

set_visibleMethod · 0.45

Tested by

no test coverage detected