@wix/app-extensions 1.0.82 → 1.0.83

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.
@@ -19635,6 +19635,11 @@ interface ApiContext {
19635
19635
  states?: Record<string, ContextState>;
19636
19636
  /** Display groups for the top-level context items, used to group and order them in the editor for better UX */
19637
19637
  displayGroups?: Record<string, ContextDisplayGroup>;
19638
+ /**
19639
+ * Human friendly name of the context for human readability
19640
+ * @maxLength 50
19641
+ */
19642
+ displayName?: string | null;
19638
19643
  }
19639
19644
  /** @internal */
19640
19645
  interface ContextItem extends ContextItemSelectedDataTypeOneOf {