FUIStepProgressIndicatorComponent
public protocol FUIStepProgressIndicatorComponent : FUIPrimaryActionComponent, FUITitleComponent
Component protocol for FUIStepProgressIndicator properties
-
Currently selected step ID.
Declaration
Swift
var selection: String { get set }
-
All step items for
FUIStepProgressIndicator
.Declaration
Swift
var stepItems: [FUIStepItem] { get set }
-
Callback for selected step ID changed.
Declaration
Swift
var selectionDidUpdated: ((String) -> Void)? { get set }