Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-build
attribute
<internal>
LetDirective
Interface LetDirective
A
let:
directive
interface
LetDirective
{
end
:
number
;
expression
:
null
|
Identifier
|
ArrayExpression
|
ObjectExpression
;
name
:
string
;
start
:
number
;
type
:
"LetDirective"
;
}
Hierarchy (
View Summary
)
BaseNode
LetDirective
Index
Properties
end
expression
name
start
type
Properties
end
end
:
number
expression
expression
:
null
|
Identifier
|
ArrayExpression
|
ObjectExpression
The 'y' in
let:x={y}
name
name
:
string
The 'x' in
let:x
start
start
:
number
type
type
:
"LetDirective"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
expression
name
start
type
Documentation
Loading...
A
let:
directive