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

Method is_clickable

consumer/src/node.rs:599–601  ·  view source on GitHub ↗
(&self, parent_filter: &impl Fn(&Node) -> FilterResult)

Source from the content-addressed store, hash-verified

597 // does nothing. This stance is a departure from Chromium.
598
599 pub fn is_clickable(&self, parent_filter: &impl Fn(&Node) -> FilterResult) -> bool {
600 self.supports_action(Action::Click, parent_filter)
601 }
602
603 pub fn is_selectable(&self) -> bool {
604 // It's selectable if it has the attribute, whether it's true or false.

Callers 9

is_invocableMethod · 0.80
supports_actionMethod · 0.80
n_actionsMethod · 0.80
get_action_nameMethod · 0.80
select_childMethod · 0.80
deselect_childMethod · 0.80
perform_simple_actionMethod · 0.80
populate_node_infoMethod · 0.80

Calls 1

supports_actionMethod · 0.45

Tested by

no test coverage detected