moderator-toolbox-nxg-for-reddit / modules/general/settings

modules/general/settings

Type Aliases

GenSettings

GenSettings = InferSettings<typeof settings>

Defined in: extension/data/modules/general/settings.ts:43

Inferred type of the General Settings object.

Variables

settings

const settings: readonly [{ default: true; description: "Display native operating system notifications rather than in-page notifications"; id: "nativeNotifications"; sharedPolicy: "raw"; type: "boolean"; }, { advanced: false; default: "left"; description: "Side of the screen the context menu is shown"; id: "contextMenuLocation"; sharedPolicy: "raw"; type: "selector"; values: readonly ["left", "right"]; }, { advanced: false; default: "open"; description: "Select what effect the context menu uses to show that new items are available"; id: "contextMenuAttention"; sharedPolicy: "raw"; type: "selector"; values: readonly ["open", "fade", "none"]; }, { advanced: false; default: false; description: "Make the context menu only open when you click on it"; id: "contextMenuClick"; sharedPolicy: "raw"; type: "boolean"; }]

Defined in: extension/data/modules/general/settings.ts:4