Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-build
attribute
<internal>
ForOfStatement
Interface ForOfStatement
interface
ForOfStatement
{
await
:
boolean
;
body
:
Statement
;
leadingComments
?:
Comment
[]
;
left
:
Pattern
|
VariableDeclaration
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
right
:
Expression
;
trailingComments
?:
Comment
[]
;
type
:
"ForOfStatement"
;
}
Hierarchy (
View Summary
)
BaseForXStatement
ForOfStatement
Index
Properties
await
body
leading
Comments?
left
loc?
range?
right
trailing
Comments?
type
Properties
await
await
:
boolean
body
body
:
Statement
Optional
leading
Comments
leadingComments
?:
Comment
[]
left
left
:
Pattern
|
VariableDeclaration
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
right
right
:
Expression
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"ForOfStatement"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
await
body
leading
Comments
left
loc
range
right
trailing
Comments
type
Documentation
Loading...