Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GenericDeclaration

Interface for generic type declarations. Those declarations are able to be used in a generic way. Examples are: classes, interfaces, methods and such.

export
interface

GenericDeclaration

extends

{Declaration}

Hierarchy

Implemented by

Index

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

typeParameters

typeParameters: string[] | undefined

List of type parameters

type

{(string[] | undefined)}

memberof

GenericDeclaration

example

['T', 'TResult', 'TError']

Generated using TypeDoc