RSDNodePathComponent

public protocol RSDNodePathComponent : RSDPathComponent

A node path component always has an associated step, which the step navigator can use to recover the step path.

  • The step model object associated with this path component.

    Declaration

    Swift

    var step: RSDStep { get }