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