pub fn tracked_ids(cx: &App) -> Vec<SharedString>Expand description
The ids the flip global currently retains.
An id that stops rendering is dropped within two frames — or within 30
when it was last asked for through shared_flip — so this is the set
of elements on screen rather than every element ever flipped.