matrix-react-sdk
Version:
SDK for matrix.org using React
14 lines (13 loc) • 327 B
TypeScript
/**
* Represents the various setting levels supported by the SettingsStore.
*/
export declare enum SettingLevel {
DEVICE = "device",
ROOM_DEVICE = "room-device",
ROOM_ACCOUNT = "room-account",
ACCOUNT = "account",
ROOM = "room",
PLATFORM = "platform",
CONFIG = "config",
DEFAULT = "default"
}