Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncDeclaration

Interface for possible async declarations.

export
interface

AsyncDeclaration

extends

{Declaration}

Hierarchy

Implemented by

Index

Properties

Properties

Optional end

end: undefined | number

The ending character of the node in the document.

type

{number}

memberof

Node

isAsync

isAsync: boolean

Defines if the declaration is async or not.

type

{boolean}

memberof

AsyncDeclaration

name

name: string

The name of the declaration.

type

{string}

memberof

Declaration

Optional start

start: undefined | number

The starting character of the node in the document.

type

{number}

memberof

Node

Generated using TypeDoc