StoryStateChange

data class StoryStateChange(val storyStep: StoryStep, val position: Int, val selectionStart: Int? = null, val selectionEnd: Int? = null) : Action

Constructors

Link copied to clipboard
constructor(storyStep: StoryStep, position: Int, selectionStart: Int? = null, selectionEnd: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val selectionEnd: Int? = null
Link copied to clipboard
val selectionStart: Int? = null
Link copied to clipboard