Skip to content

Commit b2690a3

Browse files
committed
mark for deprecated
1 parent 252f2f5 commit b2690a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Umbraco.Web.UI.Client/src/packages/multi-url-picker/components/input-multi-url/input-multi-url.element.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export class UmbInputMultiUrlElement extends UUIFormControlMixin(UmbLitElement,
5252
}
5353

5454
@property()
55+
/** @deprecated will be removed in v17 */
5556
public set alias(value: string | undefined) {
5657
//this.#linkPickerModal.setUniquePathValue('propertyAlias', value);
5758
}
@@ -60,6 +61,7 @@ export class UmbInputMultiUrlElement extends UUIFormControlMixin(UmbLitElement,
6061
}
6162

6263
@property()
64+
/** @deprecated will be removed in v17 */
6365
public set variantId(value: string | UmbVariantId | undefined) {
6466
//this.#linkPickerModal.setUniquePathValue('variantId', value?.toString());
6567
}

0 commit comments

Comments
 (0)