UNPKG

@sap/generator-fiori

Version:

Create an SAPUI5 application using SAP Fiori elements or a freestyle approach

8 lines 443 B
<<%- 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 %>"<% } %> />