RSDMutableStep
public protocol RSDMutableStep: class, RSDStep
RSDMutableStep
is a step that supports copying information from a dictionary into this step. Because this step
can be mutated, it must be implemented as a class.
Seealso
RSDUIStepObject
for an example implementation.
-
A step to merge with this step that carries replacement info. This step will look at the replacement info in the generic step and replace properties on self as appropriate.
Declaration
Swift
func replace(from step: RSDGenericStep) throws