Element properties

All available components - Abyssale REST API

9 components are currently available:

Additionally, the background of every format can be customised via the root element.

Root

Common Properties

Some properties are available for all components:

PropertyDescription

hidden

Boolean: true, false.

Hide the current element if true.

Shadow

Shadows can be added to all components.

PropertiesDescription

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.

Example:

shadow_color: "#00000080" shadow_blur: 3 shadow_offset_x: 4 shadow_offset_y: 3

Last updated