RSDStepNavigatorType
public struct RSDStepNavigatorType : RSDFactoryTypeRepresentable, Codable, Hashable
The type of the step. This is used to decode the step using a RSDFactory
. It can also be used to customize
the UI.
-
Declaration
Swift
public let rawValue: String
-
Declaration
Swift
public init(rawValue: String)
-
Defaults to creating a
RSDConditionalStepNavigatorObject
.Declaration
Swift
public static let conditional: RSDStepNavigatorType
-
List of all the standard types.
Declaration
Swift
public static func allStandardTypes() -> [RSDStepNavigatorType]
-
Declaration
Swift
public init(stringLiteral value: String)