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

Fields

signatures:Array<SignatureInformation>

One or more signatures.

@:optionaloptionalactiveSignature:Null<Int>

The active signature. Set to null if no signatures exist.

@:optionaloptionalactiveParameter:Null<Int>

The active parameter of the active signature. Set to null if the active signature has no parameters.