Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-print
_internal/shared
<internal>
BindDirective
Interface BindDirective
A
bind:
directive
interface
BindDirective
{
end
:
number
;
expression
:
Identifier
|
MemberExpression
|
SequenceExpression
;
name
:
string
;
start
:
number
;
type
:
"BindDirective"
;
}
Hierarchy (
View Summary
)
BaseNode
BindDirective
Index
Properties
end
expression
name
start
type
Properties
end
end
:
number
expression
expression
:
Identifier
|
MemberExpression
|
SequenceExpression
The y in
bind:x={y}
name
name
:
string
The 'x' in
bind:x
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
Documentation
Loading...
A
bind:
directive