Paragraph

@Serializable
class Paragraph(val cursor: Int, val text: String)

Data wrapper used by custom code completion events.

Constructors

Link copied to clipboard
constructor(cursor: Int, text: String)

Properties

Link copied to clipboard
val cursor: Int
Link copied to clipboard