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

    Interface LinkedEditingInfo

    interface LinkedEditingInfo {
        ranges: tsc.TextSpan[];
        wordPattern?: string;
    }
    Index

    Properties

    Properties

    ranges: tsc.TextSpan[]
    wordPattern?: string