StepItem

public protocol StepItem

Step items data model for StepProgressIndicator with a default style.

  • id

    Unique step ID.

    Declaration

    Swift

    var id: String { get }
  • Step title.

    Declaration

    Swift

    var title: String? { get }
  • Step state.

    Declaration

    Swift

    var state: StepProgressIndicatorState { get set }
  • Substeps for this one.

    Declaration

    Swift

    var substeps: [StepItem] { get set }