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