ModalHandler

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class ModalHandler(val name: String)(source)

Declares this function as a modal handler for the specified modal name.

Requirements

Option types

See also

@ModalData

@ModalInput

@Aggregate

Properties

Link copied to clipboard
@get:JvmName(name = "value")
val name: String

The name of the handler, which must be the same handler name as in Modals.create