Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
autocomplete
/
com.monkopedia.kodemirror.autocomplete
/
CompletionSection
Completion
Section
data
class
CompletionSection
(
val
name
:
String
,
val
rank
:
Int
=
0
)
A named section for grouping completions.
Members
Constructors
Completion
Section
Link copied to clipboard
constructor
(
name
:
String
,
rank
:
Int
=
0
)
Properties
name
Link copied to clipboard
val
name
:
String
rank
Link copied to clipboard
val
rank
:
Int