Interface IConfigKeySubgroup
- Namespace
- MonkeyLoader.Resonite.Configuration
- Assembly
- MonkeyLoader.Resonite.Integration.dll
Defines the interface for config key components, which mark keys that should be enumerated in (nested) subgroups for the settings.
public interface IConfigKeySubgroup : IConfigKeyComponent<IDefiningConfigKey>, IComponent<IDefiningConfigKey>, ISubgroupedDataFeedItem, IPrioritizable
- Inherited Members
Remarks
Elements.Core.LocaleString keys for the subgroups are generated by appending the
subgroup's path up to that point to the parent ConfigSection's
FullId, all joined by periods (.).