Enum ::exo::dom::ButtonTyp

Overview

Defines the type of the clickable button

Supported variants are:

  • Button: Normal ui5 button
  • Highlight: Highlight button with description text
  • Link: Textual Link

Variants

Protocols

protocol is_variant

Test if the provided argument is a variant.

protocol partial_eq
if value == b { }

Allows for partial equality operations to work.

protocol string_debug
println("{:?}", value)

Allows the value to be debug printed.

protocol string_display
println("{}", value)

Allows the value to be display printed.