Preparing search index...
The search index is not available
javadocs-scraper typedoc - v1.0.0
javadocs-scraper typedoc
NodeContent
Interface NodeContent
Data for a node's content, either in raw text or html.
interface
NodeContent
{
html
:
null
|
string
;
text
:
null
|
string
;
}
Hierarchy (
View Summary
)
NodeContent
DeprecationContent
Index
Properties
html
text
Properties
html
html
:
null
|
string
The HTML content.
text
text
:
null
|
string
The text content.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
html
text
javadocs-scraper typedoc - v1.0.0
Loading...
Data for a node's content, either in raw text or html.