Interface AsyncDeclaration

Interface for possible async declarations.

Export

Interface

AsyncDeclaration

Hierarchy

Implemented by

Properties

Properties

end?: number

The ending character of the node in the document.

Memberof

Node

isAsync: boolean

Defines if the declaration is async or not.

Memberof

AsyncDeclaration

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