cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
flow-dsl
/
app.softwork.cikraft.integrationflow
/
Bounds
Bounds
@
Serializable
data
class
Bounds
(
val
height
:
String
,
val
width
:
String
,
val
x
:
String
,
val
y
:
String
)
(
source
)
Members
Constructors
Bounds
Link copied to clipboard
constructor
(
height
:
String
,
width
:
String
,
x
:
String
,
y
:
String
)
Properties
height
Link copied to clipboard
val
height
:
String
width
Link copied to clipboard
val
width
:
String
x
Link copied to clipboard
val
x
:
String
y
Link copied to clipboard
val
y
:
String