Interface: FormErrorAlertProperties
Defined in: src/components/shared/FormErrorAlert.tsx:16
Props for the FormErrorAlert component
Extendsโ
Propertiesโ
children?โ
readonlyoptionalchildren:ReactNode
Defined in: shared/types/componentProps.ts:35
Component content (text, elements, or other components)
Inherited fromโ
CoreComponentProperties.children
className?โ
readonlyoptionalclassName:string
Defined in: shared/types/componentProps.ts:37
Additional CSS classes for styling customization
Inherited fromโ
CoreComponentProperties.className
disabled?โ
readonlyoptionaldisabled:boolean
Defined in: shared/types/componentProps.ts:39
Whether the component is disabled and non-interactive
Inherited fromโ
CoreComponentProperties.disabled
errorโ
readonlyerror:string|null
Defined in: src/components/shared/FormErrorAlert.tsx:18
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global\_Objects/Error message to display
isDark?โ
readonlyoptionalisDark:boolean
Defined in: src/components/shared/FormErrorAlert.tsx:20
Whether dark theme is active
onClearError()โ
readonlyonClearError: () =>void
Defined in: src/components/shared/FormErrorAlert.tsx:22
Handler to clear the error
Returnsโ
void