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