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

Method marked

src/elements/row.rs:274–277  ·  view source on GitHub ↗

The current marked control, None if none

(&self)

Source from the content-addressed store, hash-verified

272
273 /// The current marked control, None if none
274 pub fn marked(&self) -> Option<&Box<dyn Element>> {
275 // self.marked
276 todo!()
277 }
278
279 /// The current marked control, None if none
280 pub fn set_marked(&mut self, control: Option<&dyn Element>) {

Callers 6

mousedownMethod · 0.45
mouseupMethod · 0.45
mousewheelMethod · 0.45
marked_mouseMethod · 0.45
mousemoveMethod · 0.45
mark_controlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected