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

    Interface SignatureHelpCharacterTypedReason

    Signals that the signature help request came from a user typing a character. Depending on the character and the syntactic context, the request may or may not be served a result.

    interface SignatureHelpCharacterTypedReason {
        kind: "characterTyped";
        triggerCharacter: tsc.SignatureHelpTriggerCharacter;
    }
    Index

    Properties

    kind: "characterTyped"

    Character that was responsible for triggering signature help.