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.

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