This commit is contained in:
Niels Lyngsø
2023-05-31 19:57:49 +02:00

View File

@@ -9,6 +9,10 @@ export class UmbDataTypePropertyCollection extends Array<DataTypePropertyPresent
super(...args);
}
static get [Symbol.species](): ArrayConstructor {
return Array;
}
getValueByAlias<T>(alias: string): T | undefined {
const property = this.getByAlias(alias);