Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-print
_internal/shared
<internal>
ConstTag
Interface ConstTag
A
{@const ...}
tag
interface
ConstTag
{
declaration
:
VariableDeclaration
&
{
declarations
:
[
VariableDeclarator
&
{
id
:
Pattern
;
init
:
Expression
}
]
;
}
;
end
:
number
;
start
:
number
;
type
:
"ConstTag"
;
}
Hierarchy (
View Summary
)
BaseNode
ConstTag
Index
Properties
declaration
end
start
type
Properties
declaration
declaration
:
VariableDeclaration
&
{
declarations
:
[
VariableDeclarator
&
{
id
:
Pattern
;
init
:
Expression
}
]
;
}
end
end
:
number
start
start
:
number
type
type
:
"ConstTag"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
declaration
end
start
type
Documentation
Loading...
A
{@const ...}
tag