PitStopStep
@available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *)
public struct PitStopStep : Hashable
Pitstop view and custom options
-
placeholder for
Viewto renderDeclaration
Swift
public var view: AnyView -
options to customise pitstop line for
widthandColorDeclaration
Swift
public var lineOptions: PitStopLineOptions -
Initilazer to hold
Viewand pit stop line OptionsDeclaration
Swift
public init(view: AnyView, lineOptions: PitStopLineOptions = .custom(1, Colors.gray(.light).rawValue))Parameters
viewViewto renderlineOptionsoptions to customise pitstop line for
widthandColor -
to generate hash
Declaration
Swift
public func hash(into hasher: inout Hasher)Parameters
hasherhasger variable
-
equatable override
Declaration
Swift
public static func == (lhs: PitStopStep, rhs: PitStopStep) -> BoolParameters
lhslhs variable for comparison
rhslhs variable for comparison
PitStopStep Structure Reference