Wysiwyg Editor State
data class WysiwygEditorState(val sourceText: String, val interactiveScope: InteractiveScope = InteractiveScope(), val undoManager: UndoManager = UndoManager(), val sourceCursor: Int? = null, val sourceCursorRequest: Int? = null)
Constructors
Link copied to clipboard
constructor(sourceText: String, interactiveScope: InteractiveScope = InteractiveScope(), undoManager: UndoManager = UndoManager(), sourceCursor: Int? = null, sourceCursorRequest: Int? = null)