Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
view
/
com.monkopedia.kodemirror.view
/
Decoration
Decoration
sealed
class
Decoration
:
RangeValue
Base class for all decoration types.
Inheritors
MarkDecoration
WidgetDecoration
LineDecoration
ReplaceDecoration
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
end
Side
Link copied to clipboard
open
val
endSide
:
Int
map
Mode
Link copied to clipboard
open
val
mapMode
:
MapMode
point
Link copied to clipboard
open
val
point
:
Boolean
start
Side
Link copied to clipboard
open
val
startSide
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
range
Link copied to clipboard
fun
range
(
from
:
DocPos
,
to
:
DocPos
)
:
Range
<
Nothing
>