This commit is contained in:
Niels Lyngsø
2024-02-09 13:04:08 +01:00
parent c33d1a7de6
commit 4acf56202e

View File

@@ -49,7 +49,7 @@ export abstract class UmbBlockManagerContext<
#settings = new UmbArrayState(<Array<UmbBlockDataType>>[], (x) => x.udi);
public readonly settings = this.#settings.asObservable();
// TODO: maybe its bad to consume Property Context, and instead wire this up manually in the property editor? With these:
// TODO: maybe its bad to consume Property Context, and instead wire this up manually in the property editor? With these: (and one for variant-id..)
/*setPropertyAlias(alias: string) {
this.#propertyAlias.setValue(alias);
console.log('!!!!!manager got alias: ', alias);