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