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

    Signature help items found in the response of a signature help request.

    interface SignatureHelpItems {
        applicableSpan: tsc.server.protocol.TextSpan;
        argumentCount: number;
        argumentIndex: number;
        items: ChangePropertyTypes<
            tsc.SignatureHelpItem,
            { tags: tsc.server.protocol.JSDocTagInfo[] },
        >[];
        selectedItemIndex: number;
    }
    Index

    Properties

    applicableSpan: tsc.server.protocol.TextSpan

    The span for which signature help should appear on a signature

    argumentCount: number

    The argument count

    argumentIndex: number

    The argument selected in the set of parameters.

    The signature help items.

    selectedItemIndex: number

    The item selected in the set of available help items.