scratch-dsl
Toggle table of contents
master
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
scratch-dsl
scratch-dsl
/
org.scratchapi.scratchdsl
/
Comment
Comment
data
class
Comment
(
val
block
:
Block
?
,
val
width
:
Double
,
val
height
:
Double
,
val
minimized
:
Boolean
,
val
text
:
String
,
val
position
:
Pair
<
Double
,
Double
>
)
:
Representable
<
JsonObject
>
,
HasId
Members
Constructors
Comment
Link copied to clipboard
constructor
(
block
:
Block
?
,
width
:
Double
,
height
:
Double
,
minimized
:
Boolean
,
text
:
String
,
position
:
Pair
<
Double
,
Double
>
)
Properties
block
Link copied to clipboard
val
block
:
Block
?
height
Link copied to clipboard
val
height
:
Double
id
Link copied to clipboard
open
override
var
id
:
String
minimized
Link copied to clipboard
val
minimized
:
Boolean
position
Link copied to clipboard
val
position
:
Pair
<
Double
,
Double
>
text
Link copied to clipboard
val
text
:
String
width
Link copied to clipboard
val
width
:
Double
Functions
represent
Link copied to clipboard
open
override
fun
represent
(
)
:
JsonObject