Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lint
/
com.monkopedia.kodemirror.lint
/
Action
Action
data
class
Action
(
val
name
:
String
,
val
apply
:
(
EditorSession
)
->
Unit
)
A quick-fix action that can be applied to resolve a diagnostic.
Members
Constructors
Action
Link copied to clipboard
constructor
(
name
:
String
,
apply
:
(
EditorSession
)
->
Unit
)
Properties
apply
Link copied to clipboard
val
apply
:
(
EditorSession
)
->
Unit
name
Link copied to clipboard
val
name
:
String