Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
ExtensionList
Extension
List
class
ExtensionList
(
val
extensions
:
List
<
Extension
>
)
:
Extension
Members
Members & Extensions
Constructors
Extension
List
Link copied to clipboard
constructor
(
extensions
:
List
<
Extension
>
)
Properties
extensions
Link copied to clipboard
val
extensions
:
List
<
Extension
>
Functions
plus
Link copied to clipboard
operator
fun
Extension
.
plus
(
other
:
Extension
)
:
ExtensionList
Combine two extensions into an
ExtensionList
.