StepConfiguration
public struct StepConfiguration
Steps configuration used for StepStyle.
-
:nodoc
See moreDeclaration
Swift
@MainActor public struct Node : View -
:nodoc
See moreDeclaration
Swift
@MainActor public struct Line : View -
Node for
StepProgressIndicatorDeclaration
Swift
public let node: StepConfiguration.Node -
Title for
StepProgressIndicatorDeclaration
Swift
public let title: StepConfiguration.Title -
Line for
StepProgressIndicatorDeclaration
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