@for (prop of displayedProperties; track trackProperties($index, prop)) {

{{ prop.name.replace('--', '') }}

@if (prop.type === 'color') {
} @if (prop.type === 'text') { }
}