KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
CallExpression
Interface CallExpression
interface
CallExpression
{
arguments
:
Argument
[]
;
callee
:
Expression
;
end
:
number
;
optional
:
boolean
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
start
:
number
;
type
:
"CallExpression"
;
typeArguments
?:
TSTypeParameterInstantiation
|
null
;
}
Hierarchy (
View Summary
)
Span
CallExpression
Index
Properties
arguments
callee
end
optional
parent?
range?
start
type
type
Arguments?
Properties
arguments
arguments
:
Argument
[]
callee
callee
:
Expression
end
end
:
number
optional
optional
:
boolean
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
start
start
:
number
type
type
:
"CallExpression"
Optional
type
Arguments
typeArguments
?:
TSTypeParameterInstantiation
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
arguments
callee
end
optional
parent
range
start
type
type
Arguments
Github
KC's Workspace
Loading...