@servicenow/sdk - v4.4.1
    Preparing search index...
    interface MapCodeRequestDocumentMapping {
        contents: string[];
        focusLocations?: tsc.server.protocol.TextSpan[][];
    }
    Index

    Properties

    contents: string[]

    The specific code to map/insert/replace in the file.

    focusLocations?: tsc.server.protocol.TextSpan[][]

    Areas of "focus" to inform the code mapper with. For example, cursor location, current selection, viewport, etc. Nested arrays denote priority: toplevel arrays are more important than inner arrays, and inner array priorities are based on items within that array. Items earlier in the arrays have higher priority.