Type Alias freya_core::dom::doms::DioxusNode
source · pub type DioxusNode<'a> = NodeRef<'a, CustomAttributeValues>;
Aliased Type§
struct DioxusNode<'a> { /* private fields */ }
Trait Implementations§
source§impl NodeAccessibility for DioxusNode<'_>
impl NodeAccessibility for DioxusNode<'_>
source§fn get_inner_texts(&self) -> Option<String>
fn get_inner_texts(&self) -> Option<String>
Return the first text node from this Node
source§fn get_accessibility_children(&self) -> Vec<AccessibilityId>
fn get_accessibility_children(&self) -> Vec<AccessibilityId>
Collect all descendant accessibility node ids
fn get_accessibility_id(&self) -> Option<AccessibilityId>
§impl<'a, V> NodeImmutable<V> for NodeRef<'a, V>
impl<'a, V> NodeImmutable<V> for NodeRef<'a, V>
§fn children_ids_advanced(
&self,
id: EntityId,
enter_shadow_dom: bool,
) -> Vec<EntityId>
fn children_ids_advanced( &self, id: EntityId, enter_shadow_dom: bool, ) -> Vec<EntityId>
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