IconTabHeaderMode enum is empty in documentation
See original GitHub issueHello colleagues,
In the Web IDE I recently noticed a linter error for the headerMode property of the IconTabBar control: The property value <Inline> for enum type <sap.m.IconTabHeaderMode> of property <headerMode> is incorrect. Please enter the correct value.
In my the XML I define the control as follows:
<IconTabBar id="idIconTabBar" select="handleIconTabBarSelect" headerMode="Inline">
.
The following gives error as well:
headerMode="sap.m.IconTabHeaderMode.Inline"
.
If I go to the API of the enum (https://sapui5.hana.ondemand.com/#/api/sap.m.IconTabHeaderMode/overview), I see there’s no values.
The control and Inline property however works fine.
Could you please fix this?
Thanks, Ilya
Issue Analytics
- State:
- Created 5 years ago
- Comments:19 (11 by maintainers)
Top Results From Across the Web
Swagger UI Web Api documentation Present enums as strings?
Weirdly - for my enums: swaggerDoc.Components.Schemas.Where(x => x.Value?.Enum?.Count > 0). Enum is actually an empty array..
Read more >enum — Support for enumerations — Python 3.11.1 ...
An enumeration with the values CONTINUOUS , NAMED_FLAGS , and UNIQUE , for use with verify() to ensure various constraints are met by...
Read more >Enumeration types - C# reference - Microsoft Learn
An enumeration type (or enum type) is a value type defined by a set of named constants of the underlying integral numeric type....
Read more >EnumMap (Java Platform SE 8 ) - Oracle Help Center
A specialized Map implementation for use with enum type keys. ... Creates an empty enum map with the specified key type. EnumMap(EnumMap<K,? extends...
Read more >Documentation: 15: 9.10. Enum Support Functions - PostgreSQL
Returns the first value of the input enum type. enum_first(null::rainbow) → red. enum_last ( anyenum ) → anyenum.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Downports finally have been done.
1.52 has arrived already, the fix in 1.54 unfortunately has been too late for the upcoming 1.54.4 and will be contained in the next patch.
The allowed values for
sap.m.IconTabHeaderMode
are just not marked as@public
. Will be fixed soon.