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?'.
Properties
Link copied to clipboard
abstract var documentation: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<typescript/SymbolDisplayPart>
Link copied to clipboard
Link copied to clipboard
abstract var parameters: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<typescript/SignatureHelpParameter>
Link copied to clipboard
abstract var prefixDisplayParts: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<typescript/SymbolDisplayPart>
Link copied to clipboard
abstract var separatorDisplayParts: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<typescript/SymbolDisplayPart>
Link copied to clipboard
abstract var suffixDisplayParts: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<typescript/SymbolDisplayPart>