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

modules/commenttriage/settings

Type Aliases

CommentTriageSettings

CommentTriageSettings = InferSettings<typeof settings>

Defined in: extension/data/modules/commenttriage/settings.ts:61

Inferred settings type for the Comment Triage module.

Variables

settings

const settings: readonly [{ default: false; description: "Highlight comments automatically"; id: "highlightAuto"; sharedPolicy: "raw"; type: "boolean"; }, { default: 0; description: "Negative comment highlight score threshold"; id: "negHighlightThreshold"; sharedPolicy: "raw"; type: "number"; }, { default: true; description: "Highlight controversial comments"; id: "highlightControversy"; sharedPolicy: "raw"; type: "boolean"; }, { default: false; description: "Expand all downvoted/controversial comments on page load"; id: "expandOnLoad"; sharedPolicy: "raw"; type: "boolean"; }, { default: false; description: “Continue to sort children on “load more comments””; id: "sortOnMoreChildren"; sharedPolicy: "raw"; type: "boolean"; }, { default: true; description: "Always display the number of children a comment has."; id: "displayNChildren"; sharedPolicy: "raw"; type: "boolean"; }, { advanced: true; default: false; description: "Display the number of children a comment has in the upper left.  This may change the normal flow of the comments page slightly."; id: "displayNChildrenTop"; sharedPolicy: "raw"; type: "boolean"; }]

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