Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-print
_internal/shared
<internal>
CatchClause
Interface CatchClause
interface
CatchClause
{
body
:
BlockStatement
;
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
param
:
null
|
Pattern
;
range
?:
[
number
,
number
]
;
trailingComments
?:
Comment
[]
;
type
:
"CatchClause"
;
}
Hierarchy (
View Summary
)
BaseNode
CatchClause
Index
Properties
body
leading
Comments?
loc?
param
range?
trailing
Comments?
type
Properties
body
body
:
BlockStatement
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
param
param
:
null
|
Pattern
Optional
range
range
?:
[
number
,
number
]
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"CatchClause"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
leading
Comments
loc
param
range
trailing
Comments
type
Documentation
Loading...