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

Method disable_ring

src/accessibility.rs:231–234  ·  view source on GitHub ↗

Disables the automatic focus ring on this element.

(&mut self)

Source from the content-addressed store, hash-verified

229
230 /// Disables the automatic focus ring on this element.
231 pub fn disable_ring(&mut self) -> &mut Self {
232 self.config.show_ring = false;
233 self
234 }
235
236 /// Sets the color of the focus ring. Default is red `(255, 60, 40)`.
237 pub fn ring_color(&mut self, color: impl Into<Color>) -> &mut Self {

Callers 1

builder_disable_ringFunction · 0.80

Calls

no outgoing calls

Tested by 1

builder_disable_ringFunction · 0.64