Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Expression

Hierarchy

  • CallExpression
    • Expression

Index

Properties

arguments

arguments: StringLiteral[]

callee

callee: Import

end

end: number | null

innerComments

innerComments: ReadonlyArray<Comment> | null

leadingComments

leadingComments: ReadonlyArray<Comment> | null

loc

loc: SourceLocation | null

optional

optional: true | false | null

start

start: number | null

trailingComments

trailingComments: ReadonlyArray<Comment> | null

type

type: "CallExpression"

typeArguments

typeArguments: TypeParameterInstantiation | null

typeParameters

typeParameters: TSTypeParameterInstantiation | null

Generated using TypeDoc