Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
view
/
com.monkopedia.kodemirror.view
/
WidgetDecoration
Widget
Decoration
class
WidgetDecoration
(
val
spec
:
WidgetDecorationSpec
)
:
Decoration
A widget decoration places a composable inside the text flow.
Members
Constructors
Widget
Decoration
Link copied to clipboard
constructor
(
spec
:
WidgetDecorationSpec
)
Properties
end
Side
Link copied to clipboard
open
override
val
endSide
:
Int
map
Mode
Link copied to clipboard
open
val
mapMode
:
MapMode
point
Link copied to clipboard
open
override
val
point
:
Boolean
spec
Link copied to clipboard
val
spec
:
WidgetDecorationSpec
start
Side
Link copied to clipboard
open
override
val
startSide
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
range
Link copied to clipboard
fun
range
(
from
:
DocPos
,
to
:
DocPos
)
:
Range
<
Nothing
>