KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
ForStatement
Interface ForStatement
interface
ForStatement
{
body
:
Statement
;
end
:
number
;
init
:
ForStatementInit
|
null
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
start
:
number
;
test
:
Expression
|
null
;
type
:
"ForStatement"
;
update
:
Expression
|
null
;
}
Hierarchy (
View Summary
)
Span
ForStatement
Index
Properties
body
end
init
parent?
range?
start
test
type
update
Properties
body
body
:
Statement
end
end
:
number
init
init
:
ForStatementInit
|
null
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
start
start
:
number
test
test
:
Expression
|
null
type
type
:
"ForStatement"
update
update
:
Expression
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
body
end
init
parent
range
start
test
type
update
Github
KC's Workspace
Loading...