Interface TypedDeclaration

Interface for all typed declarations. Those declarations contain a type that must be taken care of. (e.g. 'string' or 'number')

Export

Interface

TypedDeclaration

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

type: undefined | string

The type of the declaration.

Example

"string"

Example

"Declaration[]"

Memberof

TypedDeclaration

Generated using TypeDoc