joy-dom
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
joy-dom
dom-mutation
/
com.j0y.joy.dom.mutation
/
Action
/
Sequence
Sequence
data
class
Sequence
(
val
actions
:
List
<
Action
>
)
:
Action
Actions run in order against the same working state; each sees all earlier writes.
Members
Constructors
Sequence
Link copied to clipboard
constructor
(
actions
:
List
<
Action
>
)
Properties
actions
Link copied to clipboard
val
actions
:
List
<
Action
>