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