Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-build
block
<internal>
HtmlTag
Interface HtmlTag
A (possibly reactive) HTML template expression —
{@html ...}
interface
HtmlTag
{
end
:
number
;
expression
:
Expression
;
start
:
number
;
type
:
"HtmlTag"
;
}
Hierarchy (
View Summary
)
BaseNode
HtmlTag
Index
Properties
end
expression
start
type
Properties
end
end
:
number
expression
expression
:
Expression
start
start
:
number
type
type
:
"HtmlTag"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
expression
start
type
Documentation
Loading...
A (possibly reactive) HTML template expression —
{@html ...}