get

fun <T : Event> get(name: String): EventScope<T>.() -> Unit?

Retrieves an event template by name.

Return

The event scope configuration function for the template, or null if no template with the specified name exists.

Parameters

name

The name of the event template to retrieve.