Skip to main content

Interface: SettingItemProperties

Defined in: src/components/shared/SettingItem.tsx:13

Props for the SettingItem component

Extendsโ€‹

Propertiesโ€‹

children?โ€‹

readonly optional children: ReactNode

Defined in: shared/types/componentProps.ts:33

Component content (text, elements, or other components)

Inherited fromโ€‹

CoreComponentProperties.children


className?โ€‹

readonly optional className: string

Defined in: shared/types/componentProps.ts:35

Additional CSS classes for styling customization

Inherited fromโ€‹

CoreComponentProperties.className


controlโ€‹

readonly control: ReactNode

Defined in: src/components/shared/SettingItem.tsx:15

Control component (input, select, checkbox, etc.)


description?โ€‹

readonly optional description: string

Defined in: src/components/shared/SettingItem.tsx:17

Description of the setting


disabled?โ€‹

readonly optional disabled: boolean

Defined in: src/components/shared/SettingItem.tsx:19

Whether the setting is disabled

Overridesโ€‹

CoreComponentProperties.disabled


titleโ€‹

readonly title: string

Defined in: src/components/shared/SettingItem.tsx:21

Title of the setting