Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia
/
io.writeopia.sdk.model.action
/
Action
/
BulkMove
Bulk
Move
data
class
BulkMove
(
val
storyStep
:
List
<
StoryStep
>
,
val
positionFrom
:
Set
<
Int
>
,
val
positionTo
:
Int
)
:
Action
Members
Constructors
Bulk
Move
Link copied to clipboard
constructor
(
storyStep
:
List
<
StoryStep
>
,
positionFrom
:
Set
<
Int
>
,
positionTo
:
Int
)
Properties
position
From
Link copied to clipboard
val
positionFrom
:
Set
<
Int
>
position
To
Link copied to clipboard
val
positionTo
:
Int
story
Step
Link copied to clipboard
val
storyStep
:
List
<
StoryStep
>