PopupMenuItem

data class PopupMenuItem(var title: StyledText = StyledText( ), var accessibilityDescription: String = "", var icon: IconStyle = IconStyle( ))

Button configuration.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(title: StyledText = StyledText( ), accessibilityDescription: String = "", icon: IconStyle = IconStyle( ))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The text to be read when button is selected through accessibility mode. Default is ""

Link copied to clipboard

The style of the button's icon (icon, text).

Link copied to clipboard

The text to be displayed on the button.

Functions

Link copied to clipboard
fun toJson(): JsonObject