SingleStep
Undocumented
-
Undocumented
Declaration
Swift
public init(@ViewBuilder title: () -> any View, @ViewBuilder node: () -> any View = { EmptyView() }, @ViewBuilder line: () -> any View = { Rectangle() }, id: String = UUID().uuidString, state: StepProgressIndicatorState = .normal, @IndexedViewBuilder substeps: () -> any IndexedViewContainer = { EmptyView() }, componentIdentifier: String? = SingleStep.identifier)
-
Undocumented
Declaration
Swift
init(id: String = UUID().uuidString, @ViewBuilder title: () -> any View, @ViewBuilder node: () -> any View, @IndexedViewBuilder substeps: () -> any IndexedViewContainer)
-
Undocumented
Declaration
Swift
init(id: String = UUID().uuidString, @ViewBuilder node: () -> any View, @IndexedViewBuilder substeps: () -> any IndexedViewContainer)
-
Undocumented
Declaration
Swift
init(id: String = UUID().uuidString, @ViewBuilder node: () -> any View)
-
Undocumented
Declaration
Swift
static let identifier: String
-
Undocumented
Declaration
Swift
init(title: AttributedString, node: TextOrIcon? = nil, @ViewBuilder line: () -> any View = { Rectangle() }, id: String = UUID().uuidString, state: StepProgressIndicatorState = .normal, substeps: [StepItem] = [])
-
Undocumented
Declaration
Swift
init(_ configuration: SingleStepConfiguration)
-
Declaration
Swift
public var body: some View { get }
-
Undocumented
Declaration
Swift
public var isEmpty: Bool { get }