Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-build
attribute
<internal>
AssignmentExpression
Interface AssignmentExpression
interface
AssignmentExpression
{
leadingComments
?:
Comment
[]
;
left
:
Pattern
;
loc
?:
null
|
SourceLocation
;
operator
:
AssignmentOperator
;
range
?:
[
number
,
number
]
;
right
:
Expression
;
trailingComments
?:
Comment
[]
;
type
:
"AssignmentExpression"
;
}
Hierarchy (
View Summary
)
BaseExpression
AssignmentExpression
Index
Properties
leading
Comments?
left
loc?
operator
range?
right
trailing
Comments?
type
Properties
Optional
leading
Comments
leadingComments
?:
Comment
[]
left
left
:
Pattern
Optional
loc
loc
?:
null
|
SourceLocation
operator
operator
:
AssignmentOperator
Optional
range
range
?:
[
number
,
number
]
right
right
:
Expression
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"AssignmentExpression"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
leading
Comments
left
loc
operator
range
right
trailing
Comments
type
Documentation
Loading...