Liking cljdoc? Tell your friends :D

dots.typescript.outlining-span


auto-collapse?cljs

(auto-collapse? outlining-span)

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

Returns: boolean

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

**Returns:** `boolean`
sourceraw docstring

(banner-text outlining-span)

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

Returns: string

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

**Returns:** `string`
sourceraw docstring

hint-spancljs

(hint-span outlining-span)

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

Returns: TextSpan

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

**Returns:** `TextSpan`
sourceraw docstring

kindcljs

(kind outlining-span)

Classification of the contents of the span

Returns: OutliningSpanKind

Classification of the contents of the span

**Returns:** `OutliningSpanKind`
sourceraw docstring

set-auto-collapse!cljs

(set-auto-collapse! outlining-span value)

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

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

set-banner-text!cljs

(set-banner-text! outlining-span value)

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

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

set-hint-span!cljs

(set-hint-span! outlining-span value)

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

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

set-kind!cljs

(set-kind! outlining-span value)

Classification of the contents of the span

Classification of the contents of the span
sourceraw docstring

set-text-span!cljs

(set-text-span! outlining-span value)

The span of the document to actually collapse.

The span of the document to actually collapse.
sourceraw docstring

text-spancljs

(text-span outlining-span)

The span of the document to actually collapse.

Returns: TextSpan

The span of the document to actually collapse.

**Returns:** `TextSpan`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close