markmap
Preparing search index...
markmap-common
JSScriptItem
Type Alias JSScriptItem
type
JSScriptItem
=
{
data
:
{
async
?:
boolean
;
defer
?:
boolean
;
src
?:
string
;
textContent
?:
string
;
}
;
loaded
?:
Promise
<
void
>
;
type
:
"script"
;
}
Index
Properties
data
loaded?
type
Properties
data
data
:
{
async
?:
boolean
;
defer
?:
boolean
;
src
?:
string
;
textContent
?:
string
}
Optional
loaded
loaded
?:
Promise
<
void
>
type
type
:
"script"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
loaded
type
markmap
Loading...