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

Method captured

src/elements/row.rs:247–250  ·  view source on GitHub ↗

The current modal control, None if none

(&self)

Source from the content-addressed store, hash-verified

245
246 /// The current modal control, None if none
247 pub fn captured(&self) -> Option<&Box<dyn Element>> {
248 // self.captured
249 todo!()
250 }
251
252 /// The current modal control, None if none
253 pub fn set_captured(&mut self, control: Option<&dyn Element>) {

Callers 2

mousemoveMethod · 0.45
get_focusableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected