Preparing search index...
The search index is not available
Djockey Plugin API
Djockey Plugin API
DjockeyRenderer
Type Alias DjockeyRenderer
Djockey
Renderer
:
{
handleStaticFiles
:
(
(
args
:
{
config
:
DjockeyConfigResolved
;
docs
:
DjockeyDoc
[]
;
logCollector
:
LogCollector
;
staticFilesFromPlugins
:
DjockeyStaticFileFromPlugin
[]
;
templateDir
:
string
;
}
)
=>
Promise
<
void
>
)
;
identifier
:
DjockeyOutputFormat
;
transformLink
:
(
(
args
:
{
anchorWithoutHash
:
string
|
null
;
config
:
DjockeyConfigResolved
;
docOriginalExtension
:
string
;
docRefPath
:
string
;
isLinkToStaticFile
:
boolean
;
logCollector
:
LogCollector
;
sourcePath
:
string
;
}
)
=>
string
)
;
writeDoc
:
(
(
args
:
{
config
:
DjockeyConfigResolved
;
doc
:
DjockeyDoc
;
logCollector
:
LogCollector
;
nj
:
Environment
;
staticFileFilterFunctions
:
DjockeyPlugin
[
"getShouldIncludeStaticFileInDoc"
]
[]
;
}
)
=>
Promise
<
void
>
)
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Djockey Plugin API
Loading...