KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
TSConstructorType
Interface TSConstructorType
interface
TSConstructorType
{
abstract
:
boolean
;
end
:
number
;
params
:
ParamPattern
[]
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
returnType
:
TSTypeAnnotation
;
start
:
number
;
type
:
"TSConstructorType"
;
typeParameters
:
TSTypeParameterDeclaration
|
null
;
}
Hierarchy (
View Summary
)
Span
TSConstructorType
Index
Properties
abstract
end
params
parent?
range?
return
Type
start
type
type
Parameters
Properties
abstract
abstract
:
boolean
end
end
:
number
params
params
:
ParamPattern
[]
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
return
Type
returnType
:
TSTypeAnnotation
start
start
:
number
type
type
:
"TSConstructorType"
type
Parameters
typeParameters
:
TSTypeParameterDeclaration
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
abstract
end
params
parent
range
return
Type
start
type
type
Parameters
Github
KC's Workspace
Loading...