Modal

class Modal : Modal(source)

Functions

Link copied to clipboard
suspend fun await(): ModalEvent

Suspends until the modal is submitted, and returns the event.

Link copied to clipboard
suspend fun awaitOrNull(): ModalEvent?

Suspends until the modal is submitted, and returns the event, or null if the timeout has been reached.

Link copied to clipboard
@Nonnull
open fun createCopy(): Modal.Builder
Link copied to clipboard
@Nonnull
open override fun getComponents(): MutableList<LayoutComponent>
Link copied to clipboard
@Nonnull
open override fun getId(): String
Link copied to clipboard
@Nonnull
open override fun getTitle(): String
Link copied to clipboard
@Nonnull
open override fun toData(): DataObject