InlineModal
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Title of this Modal, see Modal.Builder.setTitle
Functions
Link copied to clipboard
Binds the action to the closure.
Binds the action to a @ModalHandler with its arguments.
Link copied to clipboard
inline fun label(label: String?, uniqueId: Int = -1, description: String? = null, child: LabelChildComponent? = null, block: InlineLabel.() -> Unit = {})
Component that contains a label, an optional description, and a child component, see Label.
Link copied to clipboard
inline fun text(content: String? = null, uniqueId: Int = -1, block: InlineTextDisplay.() -> Unit = {})
See TextDisplay.
Link copied to clipboard