toggle menu
Writeopia
common
switch theme
search in API
writeopia
/
io.writeopia.sdk.model.action
/
Action
/
StoryStateChange
Story
State
Change
data
class
StoryStateChange
(
val
storyStep
:
StoryStep
,
val
position
:
Int
,
val
selectionStart
:
Int
?
=
null
,
val
selectionEnd
:
Int
?
=
null
)
:
Action
Members
Constructors
Story
State
Change
Link copied to clipboard
constructor
(
storyStep
:
StoryStep
,
position
:
Int
,
selectionStart
:
Int
?
=
null
,
selectionEnd
:
Int
?
=
null
)
Properties
position
Link copied to clipboard
val
position
:
Int
selection
End
Link copied to clipboard
val
selectionEnd
:
Int
?
=
null
selection
Start
Link copied to clipboard
val
selectionStart
:
Int
?
=
null
story
Step
Link copied to clipboard
val
storyStep
:
StoryStep