toggle menu
Writeopia
common
switch theme
search in API
writeopia
/
io.writeopia.sdk.model.action
/
Action
/
Move
Move
data
class
Move
(
val
storyStep
:
StoryStep
,
val
positionFrom
:
Int
,
val
positionTo
:
Int
)
:
Action
Members
Members & Extensions
Constructors
Move
Link copied to clipboard
constructor
(
storyStep
:
StoryStep
,
positionFrom
:
Int
,
positionTo
:
Int
)
Properties
position
From
Link copied to clipboard
val
positionFrom
:
Int
position
To
Link copied to clipboard
val
positionTo
:
Int
story
Step
Link copied to clipboard
val
storyStep
:
StoryStep
Functions
fix
Move
Link copied to clipboard
fun
Action.Move
.
fixMove
(
)
:
Action.Move