EditorStateData
@Serializable
Serializable representation of an EditorState.
Contains the document text, selection, and any serializable custom fields.
Constructors
Link copied to clipboard
constructor(doc: String, selection: EditorSelectionData, fields: Map<String, JsonElement> = emptyMap())