navigationTarget

abstract val navigationTarget: Live<NavigationTarget?>

Internal API - Used by the compose layer to scroll to a field or page top.

Set when goto is called with Route.FieldRoute, Route.RowRoute, or Route.PageRoute. Form observes this, performs the scroll, then calls clearNavigationTarget.