Skip to main content

InterfaceVolunteerStatus

Admin Docs


Interface: InterfaceVolunteerStatus

Defined in: src/types/Volunteer/interface.ts:154

Defines the structure for volunteer status button configuration.

Properties

buttonText

buttonText: string

Defined in: src/types/Volunteer/interface.ts:158

The text to display on the button.


buttonVariant

buttonVariant: "outline-secondary" | "outline-success" | "outline-danger" | "outline-warning"

Defined in: src/types/Volunteer/interface.ts:160

The Bootstrap variant for the button.


disabled

disabled: boolean

Defined in: src/types/Volunteer/interface.ts:166

Whether the button should be disabled.


icon

icon: ComponentType<{ className?: string; size?: number; }>

Defined in: src/types/Volunteer/interface.ts:168

The icon component to display.


status

status: string

Defined in: src/types/Volunteer/interface.ts:156

The status of the volunteer membership.