Interface CallableDeclaration

Interface for callable declarations. Contains lists for parameters and used variables in the callable definitions.

Export

Interface

CallableDeclaration

Hierarchy

Implemented by

Properties

end?: number

The ending character of the node in the document.

Memberof

Node

name: string

The name of the declaration.

Memberof

Declaration

parameters: ParameterDeclaration[]

List of used parameters in the callable node.

Memberof

CallableDeclaration

start?: number

The starting character of the node in the document.

Memberof

Node

variables: VariableDeclaration[]

List of used variables in the callable node.

Memberof

CallableDeclaration

Generated using TypeDoc