Suggestion

class Suggestion(content: String, tooltip: String?)

Command suggestions. You can also set a tooltip (text displayed when hovering the mouse).

Constructors

Suggestion
Link copied to clipboard
fun Suggestion(content: String, tooltip: String? = null)

Properties

content
Link copied to clipboard
val content: String

The content of the proposal.

tooltip
Link copied to clipboard
val tooltip: String? = null

Suggested tooltip. Displayed when hovering the mouse.