Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lang-markdown
/
com.monkopedia.kodemirror.lezer.markdown
/
InlineDelimiter
Inline
Delimiter
class
InlineDelimiter
(
val
type
:
DelimiterType
,
val
from
:
Int
,
val
to
:
Int
,
var
side
:
Int
)
Members
Constructors
Inline
Delimiter
Link copied to clipboard
constructor
(
type
:
DelimiterType
,
from
:
Int
,
to
:
Int
,
side
:
Int
)
Properties
from
Link copied to clipboard
val
from
:
Int
side
Link copied to clipboard
var
side
:
Int
to
Link copied to clipboard
val
to
:
Int
type
Link copied to clipboard
val
type
:
DelimiterType