Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
state
/
com.monkopedia.kodemirror.state
/
StateCommandTarget
State
Command
Target
data
class
StateCommandTarget
(
val
state
:
EditorState
,
val
dispatch
:
(
Transaction
)
->
Unit
)
Members
Constructors
State
Command
Target
Link copied to clipboard
constructor
(
state
:
EditorState
,
dispatch
:
(
Transaction
)
->
Unit
)
Properties
dispatch
Link copied to clipboard
val
dispatch
:
(
Transaction
)
->
Unit
state
Link copied to clipboard
val
state
:
EditorState