@theredhead — Frontend Library - v1.0.0
Preparing search index...
foundation/src/public-api
TemplateTextNode
Interface TemplateTextNode
A literal text/content node.
interface
TemplateTextNode
{
kind
:
"text"
;
text
:
string
;
}
Index
Properties
kind
text
Properties
Readonly
kind
kind
:
"text"
Node discriminator.
Readonly
text
text
:
string
Literal text content.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
text
@theredhead — Frontend Library - v1.0.0
Loading...
A literal text/content node.