Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-build
block
<internal>
IfBlock
Interface IfBlock
An
{#if ...}
block
interface
IfBlock
{
alternate
:
null
|
Fragment
;
consequent
:
Fragment
;
elseif
:
boolean
;
end
:
number
;
start
:
number
;
test
:
Expression
;
type
:
"IfBlock"
;
}
Hierarchy (
View Summary
)
BaseNode
IfBlock
Index
Properties
alternate
consequent
elseif
end
start
test
type
Properties
alternate
alternate
:
null
|
Fragment
consequent
consequent
:
Fragment
elseif
elseif
:
boolean
end
end
:
number
start
start
:
number
test
test
:
Expression
type
type
:
"IfBlock"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alternate
consequent
elseif
end
start
test
type
Documentation
Loading...
An
{#if ...}
block