Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScopedDeclaration

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

export
interface

ScopedDeclaration

extends

{Declaration}

Hierarchy

Implemented by

Index

Properties

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

Optional start

start: undefined | number

The starting character of the node in the document.

type

{number}

memberof

Node

visibility

visibility: DeclarationVisibility | undefined

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

type

{(DeclarationVisibility | undefined)}

memberof

ScopedDeclaration

Generated using TypeDoc