KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
NewExpression
Interface NewExpression
interface
NewExpression
{
arguments
:
Argument
[]
;
callee
:
Expression
;
end
:
number
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
start
:
number
;
type
:
"NewExpression"
;
typeArguments
?:
TSTypeParameterInstantiation
|
null
;
}
Hierarchy (
View Summary
)
Span
NewExpression
Index
Properties
arguments
callee
end
parent?
range?
start
type
type
Arguments?
Properties
arguments
arguments
:
Argument
[]
callee
callee
:
Expression
end
end
:
number
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
start
start
:
number
type
type
:
"NewExpression"
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
parent
range
start
type
type
Arguments
Github
KC's Workspace
Loading...