moderator-toolbox-nxg-for-reddit / shared/window/SettingRow

shared/window/SettingRow

Functions

SettingRow()

SettingRow(props): Element | null

Defined in: extension/data/shared/window/SettingRow.tsx:94

Renders the label, optional shareable-link button, and appropriate input control for one setting.

Parameters

props

Component properties.

highlighted?

boolean = false

moduleId

string

onChange

(newValue) => void

settingDef

SettingDefinition

shown

boolean

value

unknown

Returns

Element | null