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