Represents a single signature to show in signature help. The id is used for subsequent calls into the language service to ask questions about the signature help item in the context of any documents that have been updated. i.e. after an edit has happened, while signature help is still active, the host can ask important questions like 'what parameter is the user currently contained within?'.

Properties

P documentation: ts.SymbolDisplayPart[]

Type:

P isVariadic: boolean

Type:
  • boolean

P prefixDisplayParts: ts.SymbolDisplayPart[]

Type:

P separatorDisplayParts: ts.SymbolDisplayPart[]

Type:

P suffixDisplayParts: ts.SymbolDisplayPart[]

Type: