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

modules/profile/settings

Type Aliases

ProfileSettings

ProfileSettings = InferSettings<typeof settings>

Defined in: extension/data/modules/profile/settings.ts:40

Inferred settings type for the Profile Pro module.

Variables

settings

const settings: readonly [{ default: false; description: "Always open toolbox profile overlay on reddit profiles."; id: "alwaysTbProfile"; sharedPolicy: "raw"; type: "boolean"; }, { default: true; description: "Show profile button next to usernames. Allows you to quickly open the toolbox profile for that user."; id: "profileButtonEnabled"; sharedPolicy: "raw"; type: "boolean"; }, { default: false; description: "Open legacy user overview when clicking on profile links."; id: "directProfileToLegacy"; sharedPolicy: "raw"; type: "boolean"; }, { default: () => Promise<any>; hidden: true; id: "subredditColor"; sharedPolicy: "raw"; type: "boolean"; }]

Defined in: extension/data/modules/profile/settings.ts:5