Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CallableDeclaration

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

export
interface

CallableDeclaration

extends

{Declaration}

Hierarchy

Implemented by

Index

Properties

Optional end

end: undefined | number

The ending character of the node in the document.

type

{number}

memberof

Node

name

name: string

The name of the declaration.

type

{string}

memberof

Declaration

parameters

parameters: ParameterDeclaration[]

List of used parameters in the callable node.

type

{ParameterDeclaration[]}

memberof

CallableDeclaration

Optional start

start: undefined | number

The starting character of the node in the document.

type

{number}

memberof

Node

variables

variables: VariableDeclaration[]

List of used variables in the callable node.

type

{VariableDeclaration[]}

memberof

CallableDeclaration

Generated using TypeDoc