NoButtonMode

data class NoButtonMode(val visible: Boolean = false) : PreviewButton

Configuration of the 'preview' button in 'no button mode'.

Constructors

Link copied to clipboard
constructor(visible: Boolean = false)
constructor(source: Map<String, Any?>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val _type: String
Link copied to clipboard

Whether the button is visible.

Functions

Link copied to clipboard
open override fun toJson(config: ToJsonConfiguration): JsonObject
Link copied to clipboard