@sap/generator-fiori
Version:
Create an SAPUI5 application using SAP Fiori elements or a freestyle approach
8 lines • 443 B
text/xml
<<%- macrosNamespace %>:Field
id="<%- data.id %>"<% if (data.metaPath) { %>
metaPath="<%- data.metaPath %>"<% } %><% if (data.contextPath) { %>
contextPath="<%- data.contextPath %>"<% } %><% if (data.formatOptions) { %>
formatOptions="<%- data.formatOptions %>"<% } %><% if (data.readOnly) { %>
readOnly="<%- data.readOnly %>"<% } %><% if (data.semanticObject) { %>
semanticObject="<%- data.semanticObject %>"<% } %>
/>