@servicenow/sdk - v4.4.1
    Preparing search index...
    interface OutliningSpan {
        autoCollapse: boolean;
        bannerText: string;
        hintSpan: tsc.TextSpan;
        kind: OutliningSpanKind;
        textSpan: tsc.TextSpan;
    }
    Index

    Properties

    autoCollapse: boolean

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

    bannerText: string

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

    hintSpan: tsc.TextSpan

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

    Classification of the contents of the span

    textSpan: tsc.TextSpan

    The span of the document to actually collapse.