AepButton

Data class representing a button element in the UI.

Public Properties

Property
Type
Description
id
String
The unique ID for the button.
actionUrl
String
The URL to be opened when the button is clicked.
text
AepText
The text to be displayed on the button, represented by an AepText object.