State

class State(val isInitial: Boolean)

Constructors

Link copied to clipboard
constructor(isInitial: Boolean)

Properties

Link copied to clipboard

Store data retrievable in the case of a back/undo

Link copied to clipboard
Link copied to clipboard

Whether it is possible to go back to this step or if it should be skipped when going back. Useful for background steps

Functions

Link copied to clipboard

Alternative step

Link copied to clipboard

Undo step