rename froca entities to have F-prefix, #3476

This commit is contained in:
zadam
2023-01-03 13:35:10 +01:00
parent 957640f163
commit 977a47bc27
14 changed files with 91 additions and 96 deletions

View File

@@ -65,7 +65,7 @@ export default class LoadResults {
this.attributes.push({attributeId, componentId});
}
/** @returns {Attribute[]} */
/** @returns {FAttribute[]} */
getAttributes(componentId = 'none') {
return this.attributes
.filter(row => row.componentId !== componentId)