Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TSCallSignatureDeclaration

Hierarchy

  • Node
    • TSCallSignatureDeclaration

Index

Properties

end

end: number

Optional innerComments

innerComments: Comment[]

Optional leadingComments

leadingComments: Comment[]

loc

parameters

parameters: Array<Identifier | RestElement> | null

start

start: number

Optional trailingComments

trailingComments: Comment[]

type

type: "TSCallSignatureDeclaration"

typeAnnotation

typeAnnotation: TSTypeAnnotation | null

typeParameters

typeParameters: TypeParameterDeclaration | null

Generated using TypeDoc