RSDTaskStepNode

open class RSDTaskStepNode : RSDTaskViewModel, RSDNodePathComponent

RSDTaskStepNode is a subclass of RSDTaskViewModel that implements the RSDNodePathComponent protocol and holds a pointer to an associated hidden step. It is hidden in the sense that the base class navigation doesn’t show this with a step view controller.

  • The associated step used in navigation.

    Declaration

    Swift

    public let step: RSDStep
  • Declaration

    Swift

    override open var identifier: String { get }