How a {@linkcode SignatureHelpProvider} was triggered.
Static variables
staticread onlyContentChange:SignatureHelpTriggerKind
Signature help was triggered by the cursor moving or by the document content changing.
staticread onlyInvoke:SignatureHelpTriggerKind
Signature help was invoked manually by the user or by a command.
staticread onlyTriggerCharacter:SignatureHelpTriggerKind
Signature help was triggered by a trigger character.