Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ConfigManager

Index

Constructors

Properties

bot: Synergy
dataContainer?: ModuleDataContainer

Methods

  • get(namespace: string, field: string): Promise<any>
  • getFields(namespace: string): Promise<string[]>
  • getType(namespace: string, field: string): Promise<undefined | ConfigDataType>
  • set(namespace: string, field: string, value: any, type: ConfigDataType): Promise<void>
  • setIfNotExist(namespace: string, field: string, value: any, type: ConfigDataType): Promise<void>

Generated using TypeDoc