TemplatingContext

data class TemplatingContext<out T : Command>(input: File, output: File, element: Element, command: T)

Properties

command
Link copied to clipboard
val command: T
element
Link copied to clipboard
val element: Element
input
Link copied to clipboard
val input: File
output
Link copied to clipboard
val output: File