kobwebCall

@get:Input
abstract val kobwebCall: Property<Boolean>(source)

If true, support a syntax for inserting a composable call into the final generated Kotlin source:

{{{ .components.widgets.VisitorCounter }}}

becomes:

org.example.myproject.components.widgets.VisitorCounter()

Defaults to true.