Type Alias DioxusNode
pub type DioxusNode<'a> = NodeRef<'a, CustomAttributeValues>;
Aliased Type§
struct DioxusNode<'a> { /* private fields */ }
Trait Implementations
§impl NodeAccessibility for NodeRef<'_, CustomAttributeValues>
impl NodeAccessibility for NodeRef<'_, CustomAttributeValues>
§fn get_inner_texts(&self) -> Option<String>
fn get_inner_texts(&self) -> Option<String>
Return the first text node from this Node
§fn get_accessibility_children(&self) -> Vec<NodeId>
fn get_accessibility_children(&self) -> Vec<NodeId>
Collect all descendant accessibility node ids
fn get_accessibility_id(&self) -> Option<NodeId>
§impl<V> NodeImmutable<V> for NodeRef<'_, V>
impl<V> NodeImmutable<V> for NodeRef<'_, V>
§fn children_ids_advanced(
&self,
id: NodeId,
enter_shadow_dom: bool,
) -> Vec<NodeId>
fn children_ids_advanced( &self, id: NodeId, enter_shadow_dom: bool, ) -> Vec<NodeId>
Get the ids of the children of the current node, if enter_shadow_dom is true and the current node is a shadow slot, the ids of the nodes under the node the shadow slot is attached to will be returned