enum sap.ui.comp.TextArrangementType

Visiblity: public
Available since: N/A
Module: sap/ui/comp/library
Application Component: CA-UI5-CMP

Enumeration of text arrangement types.


Properties Overview

Node Description
sap.ui.comp.TextArrangementType.TextFirst

Text comes first, followed by the ID.

sap.ui.comp.TextArrangementType.TextLast

ID comes first, followed by the description.

sap.ui.comp.TextArrangementType.TextOnly

Only description is represented, ID is hidden (for example, for UUIDs).

sap.ui.comp.TextArrangementType.TextSeparate

ID and description are represented separately.