templating
1.8.20
jvm
templating
/
org.jetbrains.dokka.templates
/
TemplatingContext
Templating
Context
data
class
TemplatingContext
<
out
T
:
Command
>
(
val
input
:
File
,
val
output
:
File
,
val
body
:
List
<
Node
>
,
val
command
:
T
)
Members
Constructors
Templating
Context
Link copied to clipboard
constructor
(
input
:
File
,
output
:
File
,
body
:
List
<
Node
>
,
command
:
T
)
Properties
body
Link copied to clipboard
val
body
:
List
<
Node
>
command
Link copied to clipboard
val
command
:
T
input
Link copied to clipboard
val
input
:
File
output
Link copied to clipboard
val
output
:
File