Signature help represents the signature of something callable. There can be multiple signatures but only one active and only one active parameter.

Hierarchy

  • SignatureHelp

Index

Properties

activeParameter

activeParameter: number

The active parameter of the active signature.

activeSignature

activeSignature: number

The active signature.

signatures

signatures: SignatureInformation[]

One or more signatures.