Interface ClassLikeDeclaration

Interface for class like constructs. Contain properties and methods that are contained. Examples are classes, interfaces, abstract classes, etc.

Export

Interface

ClassLikeDeclaration

Hierarchy

Implemented by

Properties

accessors: AccessorDeclaration[]

Accessors of this class.

Memberof

ClassLikeDeclaration

end?: number

The ending character of the node in the document.

Memberof

Node

The methods of the declaration.

Memberof

ClassLikeDeclaration

name: string

The name of the declaration.

Memberof

Declaration

properties: PropertyDeclaration[]

The properties of the declaration.

Memberof

ClassLikeDeclaration

start?: number

The starting character of the node in the document.

Memberof

Node

Generated using TypeDoc