Skip to main content

parameterIndices

Description​

For every signature candidate available for parent current argument list, this array contains the index to the parameter definition in the alphaTex language definitino.

This value can be used to lookup the respective parameter definition in the documentation or alphaTex language definition. As paramters can be optional this value allows a reverse lookup to the parameter information.

parameterIndices?: Map<number, number>;