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

Block Parameters
|
Name |
Description |
|
SIZE |
Width of the separator in pixels. If the value is not specified or is incorrect, |
|
COLOR |
HEX color of the separator ( |
Example
How to Use Examples in Documentation
JS
PHP
{
DELIMITER: {
SIZE: 200,
COLOR: '#c6c6c6'
}
}
[
'DELIMITER' => [
'SIZE' => 200,
'COLOR' => '#c6c6c6'
]
]
Continue Learning
Copied
Previous