StoryStateChange
data class StoryStateChange(val storyStep: StoryStep, val position: Int) : BackstackAction, SingleAction
A change in the state of the story, with the exception of a text change.
A change in the state of the story, with the exception of a text change.