Module Quill_editor.StateSource
Sourcetype load_state = | Idle| Loading of {path : string;
}| Load_failed of {path : string;error : string;
}
Sourcetype caret = {block_id : int;inline_id : int option;offset : int;
} Sourcetype config = {history_limit : int;auto_normalize : bool;
} Sourceval mark_block_running : t -> int -> t Sourceval mark_block_idle : t -> int -> t Sourceval is_block_running : t -> int -> bool Sourceval selection_blocks : t -> int list