Links

Button

Button component - Abyssale REST API
The button is basically a container (with a background or a border) containing a text.

Available properties:

Property
Description
payload
color
background_color
Same as color
font font_weight
font_size
Number. Force font size in pixels (must be > 1)
line_height
Number. Force line height in percentage (must be > 1). This parameter is only applied when the text is a multiline one.
shadow_color shadow_blur shadow_offset_x shadow_offset_y

Example:

"payload": "My click to action" "color": "#FFFFFF" "background_color": "#1A47FF"
Last modified 2mo ago