@wix/app-extensions 1.0.29 → 1.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18252,7 +18252,7 @@ interface ArrayItems extends ArrayItemsArrayDataOneOf {
|
|
|
18252
18252
|
dataItem?: DataItem;
|
|
18253
18253
|
/**
|
|
18254
18254
|
* Marks this array as one whose item types are dynamic and resolved at runtime.
|
|
18255
|
-
* Only applicable when a template container (containerType = TEMPLATE) has
|
|
18255
|
+
* Only applicable when a template container (containerType = TEMPLATE) has an item_key
|
|
18256
18256
|
* that references this array. Mutually exclusive with 'data' and 'data_item'.
|
|
18257
18257
|
*/
|
|
18258
18258
|
dynamicItems?: boolean | null;
|
|
@@ -18268,7 +18268,7 @@ interface ArrayItemsArrayDataOneOf {
|
|
|
18268
18268
|
dataItem?: DataItem;
|
|
18269
18269
|
/**
|
|
18270
18270
|
* Marks this array as one whose item types are dynamic and resolved at runtime.
|
|
18271
|
-
* Only applicable when a template container (containerType = TEMPLATE) has
|
|
18271
|
+
* Only applicable when a template container (containerType = TEMPLATE) has an item_key
|
|
18272
18272
|
* that references this array. Mutually exclusive with 'data' and 'data_item'.
|
|
18273
18273
|
*/
|
|
18274
18274
|
dynamicItems?: boolean | null;
|
|
@@ -18483,6 +18483,7 @@ interface ItemPath {
|
|
|
18483
18483
|
* The key of the data item within the element's data scope.
|
|
18484
18484
|
* Example: "items" – top-level data item 'items'
|
|
18485
18485
|
* Example: "slides.title" – inner key 'title' of data item 'slides'
|
|
18486
|
+
* @minLength 1
|
|
18486
18487
|
*/
|
|
18487
18488
|
itemKey?: string;
|
|
18488
18489
|
}
|