Merge branch 'main' of https://github.com/umbraco/Umbraco.CMS.Backoffice
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user