Interface AbstractDeclaration

Interface for possible abstract declarations. Contains information if the element is abstract or not.

Export

Interface

AbstractDeclaration

Hierarchy

Implemented by

Properties

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

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