DELIMITER Block
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
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