FUIStepItem
public protocol FUIStepItem
Step items data model for StepProgressIndicator with a default style.
-
Unique step ID.
Declaration
Swift
var id: String { get } -
Step title.
Declaration
Swift
var title: String? { get } -
Step state.
Declaration
Swift
var state: FUIStepProgressIndicatorState { get set } -
Substeps for this one.
Declaration
Swift
var substeps: [FUIStepItem] { get set } -
Step node.
Declaration
Swift
var node: TextOrIcon? { get }