@servicenow/sdk - v4.4.1
    Preparing search index...
    interface TextInsertion {
        caretOffset: number;
        newText: string;
    }
    Index

    Properties

    Properties

    caretOffset: number

    The position in newText the caret should point to after the insertion.

    newText: string