Interface: SettingItemProperties
Defined in: src/components/shared/SettingItem.tsx:13
Props for the SettingItem component
Extendsโ
Propertiesโ
children?โ
readonlyoptionalchildren:ReactNode
Defined in: shared/types/componentProps.ts:36
Component content (text, elements, or other components)
Inherited fromโ
CoreComponentProperties.children
className?โ
readonlyoptionalclassName:string
Defined in: shared/types/componentProps.ts:38
Additional CSS classes for styling customization
Inherited fromโ
CoreComponentProperties.className
controlโ
readonlycontrol:ReactNode
Defined in: src/components/shared/SettingItem.tsx:15
Control component (input, select, checkbox, etc.)
description?โ
readonlyoptionaldescription:string
Defined in: src/components/shared/SettingItem.tsx:17
Description of the setting
disabled?โ
readonlyoptionaldisabled:boolean
Defined in: src/components/shared/SettingItem.tsx:19
Whether the setting is disabled
Overridesโ
CoreComponentProperties.disabled
titleโ
readonlytitle:string
Defined in: src/components/shared/SettingItem.tsx:21
Title of the setting