(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`
(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`
(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`
(kind outlining-span)
Classification of the contents of the span
Returns: OutliningSpanKind
Classification of the contents of the span **Returns:** `OutliningSpanKind`
(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.
(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.
(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.
(set-kind! outlining-span value)
Classification of the contents of the span
Classification of the contents of the span
(set-text-span! outlining-span value)
The span of the document to actually collapse.
The span of the document to actually collapse.
(text-span outlining-span)
The span of the document to actually collapse.
Returns: TextSpan
The span of the document to actually collapse. **Returns:** `TextSpan`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close