RSDHistoryPathComponent
public protocol RSDHistoryPathComponent : RSDPathComponent
A history path component defines a method for returning the previous result from a step.
-
The data manager should be implemented as a weak reference.
Declaration
Swift
var dataManager: RSDDataStorageManager? { get set } -
The previous data for this task.
Declaration
Swift
var previousTaskData: RSDTaskData? { get }
View on GitHub
RSDHistoryPathComponent Protocol Reference