Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-print
_internal/html
HTMLSelfClosingTag
Class HTMLSelfClosingTag
Internal
Hierarchy (
View Summary
)
Wrapper
HTMLSelfClosingTag
Index
Constructors
constructor
Properties
collector
type
END
START
Accessors
size
Methods
insert
unwrap
Constructors
constructor
new
HTMLSelfClosingTag
(
type
:
WrapperType
,
...
pieces
:
(
RawPiece
|
RawPiece
[]
)
[]
,
)
:
HTMLSelfClosingTag
Parameters
type
:
WrapperType
...
pieces
: (
RawPiece
|
RawPiece
[]
)
[]
Returns
HTMLSelfClosingTag
Properties
collector
collector
:
Collector
= ...
type
type
:
WrapperType
Static
Readonly
END
END
:
"/>"
Static
Readonly
START
START
:
"<"
Accessors
size
get
size
()
:
number
Returns
number
Methods
insert
insert
(
...
pieces
:
(
RawPiece
|
RawPiece
[]
)
[]
)
:
void
Parameters
...
pieces
: (
RawPiece
|
RawPiece
[]
)
[]
Returns
void
unwrap
unwrap
(
latest_depth
:
number
)
:
Collector
Parameters
latest_depth
:
number
Returns
Collector
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
collector
type
END
START
Accessors
size
Methods
insert
unwrap
Documentation
Loading...