Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TSMethodSignature

Hierarchy

Index

Properties

computed

computed: boolean | null

end

end: number | null

innerComments

innerComments: ReadonlyArray<Comment> | null

key

leadingComments

leadingComments: ReadonlyArray<Comment> | null

loc

loc: SourceLocation | null

optional

optional: boolean | null

parameters

start

start: number | null

trailingComments

trailingComments: ReadonlyArray<Comment> | null

type

type: "TSMethodSignature"

typeAnnotation

typeAnnotation: TSTypeAnnotation | null

typeParameters

typeParameters: TSTypeParameterDeclaration | null