DELIMITER Block

The DELIMITER block adds a visual separator between parts of an attachment.

Delimiter Block

Block Parameters

Name
type

Description

SIZE
integer

Width of the separator in pixels. If the value is not specified or is incorrect, 200 is used.

COLOR
string

HEX color of the separator (#RGB or #RRGGBB)

Example

How to Use Examples in Documentation

{
            DELIMITER: {
                SIZE: 200,
                COLOR: '#c6c6c6'
            }
        }
        
[
            'DELIMITER' => [
                'SIZE' => 200,
                'COLOR' => '#c6c6c6'
            ]
        ]
        

Continue Learning