@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
66 lines (64 loc) • 1.02 kB
JavaScript
/*!
* OpenUI5
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
*/
// Provides the Design Time Metadata for the sap.ui.m.VariantManagement control.
sap.ui.define([
], function(
) {
"use strict";
return {
annotations: {},
properties: {
supportDefault: {
ignore: false
},
supportFavorites: {
ignore: false
},
supportApplyAutomatically: {
ignore: false
},
supportPublic: {
ignore: false
},
supportContexts: {
ignore: false
},
selectedKey: {
ignore: false
},
defaultKey: {
ignore: false
},
showSaveAs: {
ignore: false
},
creationAllowed: {
ignore: false
},
showFooter: {
ignore: false
},
modified: {
ignore: false
},
popoverTitle: {
ignore: false
},
inErrorState: {
ignore: false
},
level: {
ignore: false
},
titleStyle: {
ignore: false
},
maxWidth: {
ignore: false
}
}
};
});