Sha256: fa5b654046816f24ac4ffcf8b19780f456147a1519db91be4c6545a9a46605c3
Contents?: true
Size: 545 Bytes
Versions: 4
Compression:
Stored size: 545 Bytes
Contents
/*! * UI development toolkit for HTML5 (OpenUI5) * (c) Copyright 2009-2018 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.m.ObjectAttribute control sap.ui.define([], function() { "use strict"; return { palette: { group: "DISPLAY", icons: { svg: "sap/m/designtime/ObjectAttribute.icon.svg" } }, templates: { create: "sap/m/designtime/ObjectAttribute.create.fragment.xml" } }; }, /* bExport= */ false);
Version data entries
4 entries across 4 versions & 2 rubygems