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

Hierarchy

Implemented by

Properties

end?: number

The ending character of the node in the document.

Memberof

Node

name: string

The name of the declaration.

Memberof

Declaration

start?: number

The starting character of the node in the document.

Memberof

Node

typeParameters: undefined | string[]

List of type parameters

Memberof

GenericDeclaration

Example

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

Generated using TypeDoc