set

operator fun set(event: String, script: String?)(source)

Sets the inline script to run when event fires, or removes the handler if script is null.

Report a problem