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

    Interface SignatureHelpItems

    Represents a set of signature help items, and the preferred item that should be selected.

    interface SignatureHelpItems {
        applicableSpan: tsc.TextSpan;
        argumentCount: number;
        argumentIndex: number;
        items: tsc.SignatureHelpItem[];
        selectedItemIndex: number;
    }
    Index

    Properties

    applicableSpan: tsc.TextSpan
    argumentCount: number
    argumentIndex: number
    selectedItemIndex: number