toggle menu
yorkie
0.4.25-rc
androidJvm
switch theme
search in API
yorkie
/
dev.yorkie.document.operation
/
OperationInfo
/
StyleOpInfo
Style
Op
Info
data
class
StyleOpInfo
(
val
from
:
Int
,
val
to
:
Int
,
val
attributes
:
Map
<
String
,
String
>
,
var
path
:
String
=
INITIAL_PATH
)
:
OperationInfo
,
OperationInfo.TextOperationInfo
Members
Constructors
Style
Op
Info
Link copied to clipboard
constructor
(
from
:
Int
,
to
:
Int
,
attributes
:
Map
<
String
,
String
>
,
path
:
String
=
INITIAL_PATH
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Map
<
String
,
String
>
from
Link copied to clipboard
val
from
:
Int
path
Link copied to clipboard
open
override
var
path
:
String
to
Link copied to clipboard
val
to
:
Int