MCPcopy Create free account
hub / github.com/TheRedDeveloper/ply-engine / focusable

Method focusable

src/accessibility.rs:95–98  ·  view source on GitHub ↗

Marks this element as focusable (adds to tab order).

(&mut self)

Source from the content-addressed store, hash-verified

93
94 /// Marks this element as focusable (adds to tab order).
95 pub fn focusable(&mut self) -> &mut Self {
96 self.config.focusable = true;
97 self
98 }
99
100 /// Sets role = Button and label in one call.
101 pub fn button(&mut self, label: &str) -> &mut Self {

Callers 3

builder_disable_ringFunction · 0.80
builder_focus_directionsFunction · 0.80
builder_ring_stylingFunction · 0.80

Calls

no outgoing calls

Tested by 3

builder_disable_ringFunction · 0.64
builder_focus_directionsFunction · 0.64
builder_ring_stylingFunction · 0.64