Sha256: 1bf7b6dcadb0130394c81c720a0516724e230bcaa0d41bb76bafa2ddf7e275d3
Contents?: true
Size: 500 Bytes
Versions: 4
Compression:
Stored size: 500 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. */ sap.ui.define(['./Tile','./library','./CustomTileRenderer'],function(T,l,C){"use strict";var a=T.extend("sap.m.CustomTile",{metadata:{library:"sap.m",designtime:"sap/m/designtime/CustomTile.designtime",defaultAggregation:"content",aggregations:{content:{type:"sap.ui.core.Control",multiple:false}}}});return a;});
Version data entries
4 entries across 4 versions & 2 rubygems