OutliningSpan

sealed external interface OutliningSpan(source)

Properties

Link copied to clipboard
abstract var autoCollapse: Boolean

Whether or not this region should be automatically collapsed when the 'Collapse to Definitions' command is invoked.

Link copied to clipboard
abstract var bannerText: String

The text to display in the editor for the collapsed region.

Link copied to clipboard
abstract var hintSpan: TextSpan

The span of the document to display when the user hovers over the collapsed span.

Link copied to clipboard
abstract var kind: OutliningSpanKind

Classification of the contents of the span

Link copied to clipboard
abstract var textSpan: TextSpan

The span of the document to actually collapse.