UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

35 lines (33 loc) 714 B
/*! * 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.m.ExpandableText control sap.ui.define([], function () { "use strict"; return { name: { singular: "EXPANDABLE_TEXT_NAME", plural: "EXPANDABLE_TEXT_NAME_PLURAL" }, palette: { group: "DISPLAY", icons: { svg: "sap/m/designtime/ExpandableText.icon.svg" } }, actions: { remove: { changeType: "hideControl" }, reveal: { changeType: "unhideControl" } }, templates: { create: "sap/m/designtime/ExpandableText.create.fragment.xml" } }; });