Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
view
/
com.monkopedia.kodemirror.view
/
ScrollMarginSpec
Scroll
Margin
Spec
data
class
ScrollMarginSpec
(
val
top
:
Float
=
0.0f
,
val
right
:
Float
=
0.0f
,
val
bottom
:
Float
=
0.0f
,
val
left
:
Float
=
0.0f
)
Margin spec for scroll target offsets.
Members
Constructors
Scroll
Margin
Spec
Link copied to clipboard
constructor
(
top
:
Float
=
0.0f
,
right
:
Float
=
0.0f
,
bottom
:
Float
=
0.0f
,
left
:
Float
=
0.0f
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Float
left
Link copied to clipboard
val
left
:
Float
right
Link copied to clipboard
val
right
:
Float
top
Link copied to clipboard
val
top
:
Float