Interface ScopedDeclaration

Interface for visible declarations. Does contain information about the visibility of the declaration.

Export

Interface

ScopedDeclaration

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

visibility: undefined | DeclarationVisibility

Defines the visibility scope of the declaration. Can be undefined, in which case there is no visibility given (e.g. methods in interfaces).

Memberof

ScopedDeclaration

Generated using TypeDoc