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