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