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