Class AccessorDeclarationAbstract

Property accessor declaration. This element represents the base and will be used in setters and getters.

Export

Abstract

Implements

Implements

Implements

Hierarchy

Implements

Constructors

Properties

end?: number

The ending character of the node in the document.

Memberof

Node

isAbstract: boolean

Defines if the declaration is abstract or not.

Memberof

AbstractDeclaration

isStatic: boolean

Defines if the declaration is static or not.

Memberof

StaticDeclaration

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

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