<div class='sourceset sourceset-common'>Common</div>

```kotlin
public class SceneInfo<T : Any>(public val scene: Scene<T>) : NavigationEventInfo()
```

Represents a snapshot of the visible destinations in a navigation container.

This class provides the necessary context for building animations during navigation gestures,
like predictive back. It's a simple data holder that feeds into the `NavigationEventHistory`.