Table of Contents

Method GetSignatureHelpItems

Namespace
Alternet.Syntax.Parsers.TypeScript
Assembly
Alternet.Syntax.Parsers.TypeScript.v9.dll

GetSignatureHelpItems(Point)

When implemented by a class, gets the signature help items available at the caret position.

SignatureHelpItems GetSignatureHelpItems(Point position)

Parameters

position Point

The position of the caret.

Returns

SignatureHelpItems

SignatureHelpItems related to the specified position.