@ui5/webcomponents-react
Version:
React Wrapper for UI5 Web Components and additional components
10 lines • 588 B
JavaScript
/**
* Defines the rendering and height calculation behavior of subcomponents when `renderRowSubComponent` is used.
*/
export let AnalyticalTableSubComponentsBehavior = /*#__PURE__*/function (AnalyticalTableSubComponentsBehavior) {
AnalyticalTableSubComponentsBehavior["Expandable"] = "Expandable";
AnalyticalTableSubComponentsBehavior["Visible"] = "Visible";
AnalyticalTableSubComponentsBehavior["IncludeHeight"] = "IncludeHeight";
AnalyticalTableSubComponentsBehavior["IncludeHeightExpandable"] = "IncludeHeightExpandable";
return AnalyticalTableSubComponentsBehavior;
}({});