Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-build
attribute
<internal>
AssignmentProperty
Interface AssignmentProperty
interface
AssignmentProperty
{
computed
:
boolean
;
key
:
Expression
|
PrivateIdentifier
;
kind
:
"init"
;
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
method
:
boolean
;
range
?:
[
number
,
number
]
;
shorthand
:
boolean
;
trailingComments
?:
Comment
[]
;
type
:
"Property"
;
value
:
Pattern
;
}
Hierarchy (
View Summary
)
Property
AssignmentProperty
Index
Properties
computed
key
kind
leading
Comments?
loc?
method
range?
shorthand
trailing
Comments?
type
value
Properties
computed
computed
:
boolean
key
key
:
Expression
|
PrivateIdentifier
kind
kind
:
"init"
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
method
method
:
boolean
Optional
range
range
?:
[
number
,
number
]
shorthand
shorthand
:
boolean
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"Property"
value
value
:
Pattern
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
computed
key
kind
leading
Comments
loc
method
range
shorthand
trailing
Comments
type
value
Documentation
Loading...