StateCommandTarget

data class StateCommandTarget(val state: EditorState, val dispatch: (Transaction) -> Unit)

Constructors

Link copied to clipboard
constructor(state: EditorState, dispatch: (Transaction) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard