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