Module State.Transaction

type t
val start_state : t -> editor_state
val changes : t -> Change_set.t
val selection : t -> Editor_selection.t option
val effects : t -> state_effect list
val scroll_into_view : t -> bool
val new_doc : t -> Codemirror_bindings__.For_ppx.Text.Text.t
val new_selection : t -> Editor_selection.t
val state : t -> editor_state
val doc_changed : t -> bool
val reconfigured : t -> bool
val is_user_event : t -> string -> bool
val user_event : Annotation_type.t
val add_to_history : Annotation_type.t