TemplatingContext

data class TemplatingContext<out T : Command>(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