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