templating
1.7.0b-SNAPSHOT
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
)
Content copied to clipboard
Constructors
Properties
Constructors
Templating
Context
Link copied to clipboard
fun
<
out
T
:
Command
>
TemplatingContext
(
input
:
File
,
output
:
File
,
body
:
List
<
Node
>
,
command
:
T
)
Content copied to clipboard
Properties
body
Link copied to clipboard
val
body
:
List
<
Node
>
Content copied to clipboard
command
Link copied to clipboard
val
command
:
T
Content copied to clipboard
input
Link copied to clipboard
val
input
:
File
Content copied to clipboard
output
Link copied to clipboard
val
output
:
File
Content copied to clipboard