FoldRange

data class FoldRange(val from: DocPos, val to: DocPos)

A range that can be folded.

Constructors

Link copied to clipboard
constructor(from: DocPos, to: DocPos)

Properties

Link copied to clipboard
Link copied to clipboard
val to: DocPos