ViewAction

class ViewAction(val name: String, val action: Views.(instance: Any) -> Unit)

Used by the debugger to make a button to appear

Constructors

Link copied to clipboard
constructor(name: String, action: Views.(instance: Any) -> Unit)

Properties

Link copied to clipboard
val action: Views.(instance: Any) -> Unit
Link copied to clipboard