Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-build
attribute
<internal>
VariableDeclaration
Interface VariableDeclaration
interface
VariableDeclaration
{
declarations
:
VariableDeclarator
[]
;
kind
:
"var"
|
"let"
|
"const"
;
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
trailingComments
?:
Comment
[]
;
type
:
"VariableDeclaration"
;
}
Hierarchy (
View Summary
)
BaseDeclaration
VariableDeclaration
Index
Properties
declarations
kind
leading
Comments?
loc?
range?
trailing
Comments?
type
Properties
declarations
declarations
:
VariableDeclarator
[]
kind
kind
:
"var"
|
"let"
|
"const"
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"VariableDeclaration"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
declarations
kind
leading
Comments
loc
range
trailing
Comments
type
Documentation
Loading...