Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TSPropertySignature

Hierarchy

  • Node
    • TSPropertySignature

Index

Properties

computed

computed: boolean | null

end

end: number

initializer

initializer: Expression | null

Optional innerComments

innerComments: Comment[]

key

Optional leadingComments

leadingComments: Comment[]

loc

optional

optional: boolean | null

readonly

readonly: boolean | null

start

start: number

Optional trailingComments

trailingComments: Comment[]

type

type: "TSPropertySignature"

typeAnnotation

typeAnnotation: TSTypeAnnotation | null

Generated using TypeDoc