Bottom Dropdown Menu

Items in the bottom dropdown menu of the timeline entry MenuItemDto.

Parameters of the MenuItemDto Object

Required parameters are marked with *

Field

Description

title*
textWithTranslation

Button text

action*
ActionDto

Action to be performed when the button is pressed

scope
string

Scope, for example web

hideIfReadonly
boolean

Flag. Hides the tag if the user does not have edit access, default is false

Example

{
            "title": "Confirm Process",
            "action": {
                "type": "restEvent",
                "id": "confirmProcess",
                "animationType": "loader"
            },
            "scope": "web",
            "hideIfReadonly": true
        }
        

Continue Exploring