InterfaceVolunteerStatus
Interface: InterfaceVolunteerStatus
Defined in: src/types/Volunteer/interface.ts:164
InterfaceVolunteerStatus
Description
Defines the structure for volunteer status button configuration.
Properties
buttonText
buttonText:
string
Defined in: src/types/Volunteer/interface.ts:166
The text to display on the button.
buttonVariant
buttonVariant:
"outline-success"|"outline-warning"|"outline-danger"|"outline-secondary"
Defined in: src/types/Volunteer/interface.ts:167
The Bootstrap variant for the button.
disabled
disabled:
boolean
Defined in: src/types/Volunteer/interface.ts:172
Whether the button should be disabled.
icon
icon:
ComponentType<{className?:string;size?:number; }>
Defined in: src/types/Volunteer/interface.ts:173
The icon component to display.
status
status:
string
Defined in: src/types/Volunteer/interface.ts:165
The status of the volunteer membership.