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