Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Declaration

Basic interface for all declarations. Defines the basic needed information for a typescript declaration.

export
interface

Declaration

extends

{Node}

Hierarchy

Implemented by

Index

Properties

Properties

Optional end

end: undefined | number

The ending character of the node in the document.

type

{number}

memberof

Node

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