Interface Declaration

Basic interface for all declarations. Defines the basic needed information for a typescript declaration.

Export

Interface

Declaration

Hierarchy

Implemented by

Properties

Properties

end?: number

The ending character of the node in the document.

Memberof

Node

name: string

The name of the declaration.

Memberof

Declaration

start?: number

The starting character of the node in the document.

Memberof

Node

Generated using TypeDoc