Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-build
block
<internal>
SnippetBlock
Interface SnippetBlock
interface
SnippetBlock
{
body
:
Fragment
;
end
:
number
;
expression
:
Identifier
;
parameters
:
Pattern
[]
;
start
:
number
;
type
:
"SnippetBlock"
;
}
Hierarchy (
View Summary
)
BaseNode
SnippetBlock
Index
Properties
body
end
expression
parameters
start
type
Properties
body
body
:
Fragment
end
end
:
number
expression
expression
:
Identifier
parameters
parameters
:
Pattern
[]
start
start
:
number
type
type
:
"SnippetBlock"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
end
expression
parameters
start
type
Documentation
Loading...