Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TSMethodSignature

Hierarchy

  • Node
    • TSMethodSignature

Index

Properties

computed

computed: boolean | null

end

end: number

Optional innerComments

innerComments: Comment[]

key

Optional leadingComments

leadingComments: Comment[]

loc

optional

optional: boolean | null

parameters

parameters: Array<Identifier | RestElement> | null

start

start: number

Optional trailingComments

trailingComments: Comment[]

type

type: "TSMethodSignature"

typeAnnotation

typeAnnotation: TSTypeAnnotation | null

typeParameters

typeParameters: TypeParameterDeclaration | null

Generated using TypeDoc