@servicenow/sdk - v4.4.1
    Preparing search index...

    Represents a set of highligh spans for a give name

    interface DocumentHighlightsItem {
        file: string;
        highlightSpans: tsc.server.protocol.HighlightSpan[];
    }
    Index

    Properties

    Properties

    file: string

    File containing highlight spans.

    highlightSpans: tsc.server.protocol.HighlightSpan[]

    Spans to highlight in file.