Comment on page
Element properties
All available components - Abyssale REST API
Additionally, the background of every format can be customised via the
root
element.Some properties are available for all components:
Property | Description |
---|---|
hidden | Boolean: true , false . Hide the current element if true. |
Shadows can be added to all components.
Properties | Description |
---|---|
shadow_color | String: 6-8 digits hexa shadow color |
shadow_blur | Number: Blur in pixels. Must be >= 0 |
shadow_offset_x | Number: Horizontal offset in pixels (can be negative) |
shadow_offset_y | Number: Vertical offset in pixels (can be negative) |
Component specificities:
- Text: If the background color is enabled, shadow is activated to the background
- Button: Shadows can only be configured on the background from now.
shadow_color: "#00000080"
shadow_blur: 3
shadow_offset_x: 4
shadow_offset_y: 3 | ![]() |
Last modified 3mo ago