Structures

The following structures are available globally.

  • A NextFlowItem is the result of the coordination action between a Flow and a Step (See Flow.navigate(to:) function) It describes the next thing that will be presented (a Presentable) and the next thing the Coordinator will listen to have the next navigation Steps (a Stepper). If a navigation action does not have to lead to a NextFlowItem, it is possible to have an empty NextFlowItem array

    See more

    Declaration

    Swift

    public struct NextFlowItem