Skip to content

Commit

Permalink
Add identifier to action groups
Browse files Browse the repository at this point in the history
  • Loading branch information
BerSie committed Nov 15, 2024
1 parent 7ec92cc commit 463ed4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vocabularies/UI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1745,6 +1745,9 @@ It is NOT tied to a data value (in contrast to [DataFieldWithIntentBasedNavigati
<ComplexType Name="DataFieldForActionGroup" BaseType="UI.DataFieldAbstract">
<Annotation Term="Common.Experimental" />
<Annotation Term="Core.Description" String="Collection of OData actions and intent based navigations" />
<Property Name="ID" Type="Edm.String" Nullable="true">
<Annotation Term="Core.Description" String="Unique identifier of an action group. ID should be stable, as long as the perceived semantics of the action group is unchanged." />
</Property>
<Property Name="Actions" Type="Collection(UI.DataFieldForActionAbstract)" Nullable="false">
<Annotation Term="Core.Description" String="Collection of data fields that refer to actions or intent based navigations" />
</Property>
Expand Down

0 comments on commit 463ed4a

Please sign in to comment.