Interface for callable declarations. Contains lists for parameters and used variables in the callable definitions.
CallableDeclaration
{Declaration}
The ending character of the node in the document.
{number}
Node
The name of the declaration.
{string}
Declaration
List of used parameters in the callable node.
{ParameterDeclaration[]}
The starting character of the node in the document.
List of used variables in the callable node.
{VariableDeclaration[]}
Generated using TypeDoc
Interface for callable declarations. Contains lists for parameters and used variables in the callable definitions.
CallableDeclaration
{Declaration}