KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ForStatement
Interface ForStatement
interface
ForStatement
{
body
:
Statement
;
init
?:
Expression
|
VariableDeclaration
|
null
;
leadingComments
?:
Comment
[]
;
loc
?:
SourceLocation
|
null
;
range
?:
[
number
,
number
]
;
test
?:
Expression
|
null
;
trailingComments
?:
Comment
[]
;
type
:
"ForStatement"
;
update
?:
Expression
|
null
;
}
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
?:
Expression
|
VariableDeclaration
|
null
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
SourceLocation
|
null
Optional
range
range
?:
[
number
,
number
]
Optional
test
test
?:
Expression
|
null
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"ForStatement"
Optional
update
update
?:
Expression
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
body
init
leading
Comments
loc
range
test
trailing
Comments
type
update
Github
KC's Workspace
Loading...