storyboard-root
Toggle table of contents
0.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
storyboard-root
storyboard-warp
/
dev.bnorm.storyboard
/
State
/
Insert
Insert
@
Immutable
data
class
Insert
(
val
token
:
Token
,
val
index
:
Int
)
:
State
(
source
)
Represents an insert.
Members
Members & Extensions
Constructors
Insert
Link copied to clipboard
constructor
(
token
:
Token
,
index
:
Int
)
Properties
index
Link copied to clipboard
val
index
:
Int
token
Link copied to clipboard
val
token
:
Token
Functions
color
Link copied to clipboard
fun
State
.
color
(
)
:
Color
content
Link copied to clipboard
fun
State
.
content
(
)
:
String