MCPcopy Create free account
hub / github.com/AccessKit/accesskit / toggled

Method toggled

consumer/src/node.rs:465–467  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

463 }
464
465 pub fn toggled(&self) -> Option<Toggled> {
466 self.data().toggled()
467 }
468
469 pub fn numeric_value(&self) -> Option<f64> {
470 self.data().numeric_value()

Callers 15

supports_toggleMethod · 0.80
roleMethod · 0.80
stateMethod · 0.80
toggle_stateMethod · 0.80
is_selectedMethod · 0.80
is_checkableMethod · 0.80
is_checkedMethod · 0.80
valueMethod · 0.80
can_be_focusedMethod · 0.80
traitsMethod · 0.80

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected