KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
plugins
<internal>
HtmlTagDescriptor
Interface HtmlTagDescriptor
interface
HtmlTagDescriptor
{
attrs
?:
Record
<
string
,
string
|
boolean
|
undefined
>
;
children
?:
string
|
HtmlTagDescriptor
[]
;
injectTo
?:
"body"
|
"head"
|
"head-prepend"
|
"body-prepend"
;
tag
:
string
;
}
Index
Properties
attrs?
children?
inject
To?
tag
Properties
Optional
attrs
attrs
?:
Record
<
string
,
string
|
boolean
|
undefined
>
attribute values will be escaped automatically if needed
Optional
children
children
?:
string
|
HtmlTagDescriptor
[]
Optional
inject
To
injectTo
?:
"body"
|
"head"
|
"head-prepend"
|
"body-prepend"
default: 'head-prepend'
tag
tag
:
string
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
attrs
children
inject
To
tag
Github
KC's Workspace
Loading...
attribute values will be escaped automatically if needed