Bottom Dropdown Menu
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.
Items in the bottom dropdown menu of the timeline entry MenuItemDto.
Parameters of the MenuItemDto Object
Required parameters are marked with *
|
Field |
Description |
|
title* |
Button text |
|
action* |
Action to be performed when the button is pressed |
|
scope |
Scope, for example |
|
hideIfReadonly |
Flag. Hides the tag if the user does not have edit access, default is |
Example
{
"title": "Confirm Process",
"action": {
"type": "restEvent",
"id": "confirmProcess",
"animationType": "loader"
},
"scope": "web",
"hideIfReadonly": true
}
Continue Exploring
- Structure of Configurable Activity
- Icon
- Main Content Area of Configurable Activity
- Content Block of Configurable Deal
- Record Header
- Bottom Part of the Record
- Click Reaction
- Field Types
- Set of Additional Content Blocks
- Examples of Activity Configurations
Copied
Previous
Next