bind To
@CheckReturnValue
Binds the action to a @ModalHandler with its arguments.
Return
This builder for chaining convenience
Parameters
handler Name
The name of the modal handler, which must be the same as your @ModalHandler
user Data
The optional user data to be passed to the modal handler via @ModalData
Binds the action to the consumer.
Return
This builder for chaining convenience
Parameters
handler
The modal handler to run when the modal is used
Binds the action to the closure.
Return
This builder for chaining convenience
Parameters
handler
The modal handler to run when the modal is used