Preparing search index...
The search index is not available
markmap
markmap
markmap-lib
ITransformPlugin
Interface ITransformPlugin
interface
ITransformPlugin
{
config
?:
IAssets
&
{
preloadScripts
?:
JSItem
[]
;
versions
?:
Record
<
string
,
string
>
;
}
;
name
:
string
;
transform
:
(
(
transformHooks
:
ITransformHooks
)
=>
IAssets
)
;
}
Index
Properties
config?
name
transform
Properties
Optional
config
config
?:
IAssets
&
{
preloadScripts
?:
JSItem
[]
;
versions
?:
Record
<
string
,
string
>
;
}
name
name
:
string
transform
transform
:
(
(
transformHooks
:
ITransformHooks
)
=>
IAssets
)
Type declaration
(
transformHooks
)
:
IAssets
Parameters
transformHooks
:
ITransformHooks
Returns
IAssets
The assets that should be loaded for rendering the output.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
name
transform
markmap
Loading...