Mapping
Mapping - the validation of attributes and styles
Mapping
const tagName = {
mapping: {},
async render(template, styles, attrs, innerText) {
await template(``);
},
};{
background: ["gradient", "image", "colour"],
spacing: "posInt",
url: "url",
padding: "padding",
borderColor: "colour",
borderWidth: "posInt",
size: "size",
cornerRadius: "posInt",
alignContent: "alignContent",
layout: "layout"
}Last updated