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

modules/historybutton/settings

Type Aliases

HistoryButtonSettings

HistoryButtonSettings = InferSettings<typeof settings>

Defined in: extension/data/modules/historybutton/settings.ts:34

Inferred type of the History Button settings object.

Variables

settings

const settings: readonly [{ advanced: true; default: true; description: "Load comment history immediately"; id: "alwaysComments"; sharedPolicy: "raw"; type: "boolean"; }, { advanced: true; default: "1000"; description: "Number of comments to retrieve per user history"; id: "commentCount"; sharedPolicy: "raw"; type: "selector"; values: readonly ["100", "200", "300", "400", "500", "600", "700", "800", "900", "1000"]; }, { default: false; description: "Include NSFW submissions in searches"; id: "includeNsfwSearches"; sharedPolicy: "raw"; type: "boolean"; }]

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