ModalData

annotation class ModalData(source)

Sets this parameter as data coming from ModalBuilder.bindTo.

The data supplied in the method above must be in the same order as the modal handler parameters, and must match the types.

See also

@ModalHandler

@ModalInput