builder-settings-types 0.0.416 → 0.0.417

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.
@@ -67,6 +67,7 @@ export declare class SettingGroup<TSettings extends SettingsMap> implements IDra
67
67
  private isSettingValue;
68
68
  private suppressOnChange;
69
69
  protected isRootNode: boolean;
70
+ $id: string;
70
71
  constructor(groupProps: SettingGroupProps<TSettings>);
71
72
  private propagateNestingLevel;
72
73
  getNestingLevel(): number;