Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TypedDeclaration

Interface for all typed declarations. Those declarations contain a type that must be taken care of. (e.g. 'string' or 'number')

export
interface

TypedDeclaration

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

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

type

type: string | undefined

The type of the declaration.

type

{(string | undefined)}

example

"string"

example

"Declaration[]"

memberof

TypedDeclaration

Generated using TypeDoc