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