typedef sap.ui.rta.service.Action.ActionObject

Visiblity: restricted
Available since: N/A
Module: sap/ui/rta/service/Action
Application Component: CA-UI5-FL-RTA

Object containing the detailed information about the action.

{
   id: <string>, // ID of the action
   group: <string>, // Group name, in case the action has been grouped with other action(s)
   icon: <string>, // Icon name
   enabled: <boolean>, // Indicates whether the action is active and can be executed
   rank: <int>, // Sorting rank for visual representation of the action position
   text: <string>, // Action name
}


Nodes Overview

Node Description

Methods Overview

Method Description