svelte-ast-print - v1.0.0
Preparing search index...
svelte-ast-print/template
<internal>
UseDirective
Interface UseDirective
A
use:
directive
interface
UseDirective
{
end
?:
number
;
expression
:
null
|
Expression
;
name
:
string
;
start
?:
number
;
type
:
"UseDirective"
;
}
Hierarchy
BaseNode
UseDirective
Index
Properties
end?
expression
name
start?
type
Properties
Optional
end
end
?:
number
expression
expression
:
null
|
Expression
The 'y' in
use:x={y}
name
name
:
string
The 'x' in
use:x
Optional
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
svelte-ast-print - v1.0.0
Loading...
A
use:
directive