FormAction

class FormAction(val label: Label, val handler: () -> Unit)

Constructors

Link copied to clipboard
constructor(label: Label, handler: () -> Unit)

Properties

Link copied to clipboard
val handler: () -> Unit
Link copied to clipboard