FlowLocation

sealed class FlowLocation

The location of a Step in a Flow.

Inheritors

Types

Link copied to clipboard

The start step of the current flow.

Link copied to clipboard

The next step (if available) of the current flow. This can never lead into a sub flow.

Link copied to clipboard

The current step of the parent flow (if available).

Link copied to clipboard

The previous step that was displayed (if available). This can imply a jump to a parent flow.

Link copied to clipboard

The first step of the root of all flows.

Link copied to clipboard
data class Step(val idx: Int) : FlowLocation

Step at index in current flow.