Sha256: 789b2e87f0247dc870e5bdcaf85daf128c1fa7f0ab596671cf0c507bf2ff615b
Contents?: true
Size: 517 Bytes
Versions: 4
Compression:
Stored size: 517 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.CustomTile control sap.ui.define([], function() { "use strict"; return { palette: { group: "TILE", icons: { svg: "sap/m/designtime/CustomTile.icon.svg" } }, aggregations : { content : { domRef : ":sap-domref" } } }; }, /* bExport= */ false);
Version data entries
4 entries across 4 versions & 2 rubygems