Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignatureHelpItem

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?'.

Hierarchy

  • SignatureHelpItem

Index

Properties

documentation

documentation: SymbolDisplayPart[]

isVariadic

isVariadic: boolean

parameters

prefixDisplayParts

prefixDisplayParts: SymbolDisplayPart[]

separatorDisplayParts

separatorDisplayParts: SymbolDisplayPart[]

suffixDisplayParts

suffixDisplayParts: SymbolDisplayPart[]

tags

tags: JSDocTagInfo[]

Generated using TypeDoc