active Feature Form
The currently active FeatureForm. This property is updated when navigating between forms.
Note that this property is observable and if you use it in the composable function it will be recomposed on every change.
To observe changes to this property outside a restartable function, use snapshotFlow:
snapshotFlow { activeFeatureForm }
Content copied to clipboard