StepConfiguration
public struct StepConfiguration
Steps configuration used for StepStyle
.
-
:nodoc
See moreDeclaration
Swift
public struct Node : View
-
:nodoc
See moreDeclaration
Swift
public struct Line : View
-
Node for
StepProgressIndicator
Declaration
Swift
public let node: StepConfiguration.Node
-
Title for
StepProgressIndicator
Declaration
Swift
public let title: StepConfiguration.Title
-
Line for
StepProgressIndicator
Declaration
Swift
public let line: StepConfiguration.Line
-
State for step in
StepProgressIndicator
.Declaration
Swift
public let state: StepProgressIndicatorState?
-
Indicate whether step is pressed in
StepProgressIndicator
.Declaration
Swift
public var isPressed: Bool
-
Indicate whether step is selected in
StepProgressIndicator
.Declaration
Swift
public var isSelected: Bool
-
Indicate whether step is the last one in
StepProgressIndicator
.Declaration
Swift
public var isLastStep: Bool?
-
The horizontal or vertical dimension for steps arrangement.
Declaration
Swift
public var axis: Axis