LinearOnboardingTransition

Types

Link copied to clipboard

End the entire flow as Skipped and clear the whole frame stack.

Link copied to clipboard

Move to the next eligible step in the current plan. If none are left, the run completes through the root plan.

Link copied to clipboard

Pop the top frame and advance the caller past the step that pushed it.

Link copied to clipboard
Link copied to clipboard

Push a new frame and run plan from its first eligible step. The caller only resumes if the side plan ends with ReturnAndAdvance. If the side plan runs past its last step without a ReturnAndAdvance, the whole run completes through the root plan.