Expand description
§Utilities for renders using the RealDOM
This includes an iterator that can be used to iterate over the children of a node that persists changes in the struture of the DOM, and a cursor for text editing.
Modules§
- cursor
- A cursor implementation that can be used to navigate and edit text.
Structs§
- Element
Produced - The element produced by the iterator
- Persistant
Element Iter - Focus systems need a iterator that can persist through changes in the crate::prelude::RealDom This iterator traverses the tree depth first. You can iterate through it with PersistantElementIter::next and PersistantElementIter::prev. The iterator loops around when it reaches the end or the beginning.
Enums§
- Iterator
Movement - The method by which the iterator produced an element