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