pub const NO_SCROLL_DOM_ID: u32 = u32::MAX; // 4_294_967_295u32Expand description
Marker returned from scroll_at when a container scrolled but carries no
snapshot dom id (so no scroll event can be dispatched to it). Callers can
treat any Some(..) as “scrolled” and use this value to skip dispatch.