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

Class Node

common/src/lib.rs:1037–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035#[cfg_attr(feature = "serde", serde(deny_unknown_fields))]
1036#[cfg_attr(feature = "serde", serde(rename_all = "camelCase"))]
1037pub struct Node {
1038 role: Role,
1039 actions: u32,
1040 child_actions: u32,
1041 flags: u32,
1042 properties: Properties,
1043}
1044
1045impl PropertyIndices {
1046 fn get<'a>(&self, values: &'a [PropertyValue], id: PropertyId) -> &'a PropertyValue {

Callers 13

emit_object_eventMethod · 0.50
cache_nodeMethod · 0.50
parentMethod · 0.50
parentMethod · 0.50
child_at_indexMethod · 0.50
map_childrenMethod · 0.50
relation_setMethod · 0.50
accessible_at_pointMethod · 0.50
hyperlink_objectMethod · 0.50
selected_childMethod · 0.50
itemsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected