Interface StaticDeclaration

Interface for possible static declarations.

Export

Interface

StaticDeclaration

Hierarchy

Implemented by

Properties

Properties

end?: number

The ending character of the node in the document.

Memberof

Node

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

Generated using TypeDoc