Skip to main content

InterfaceVolunteerGroupViewModalProps

Admin Docs


Interface: InterfaceVolunteerGroupViewModalProps

Defined in: src/types/shared-components/VolunteerGroupViewModal/interface.ts:6

Props for VolunteerGroupViewModal component.

Properties

group

group: InterfaceVolunteerGroupInfo

Defined in: src/types/shared-components/VolunteerGroupViewModal/interface.ts:12

The volunteer group information to display.


hide()

hide: () => void

Defined in: src/types/shared-components/VolunteerGroupViewModal/interface.ts:10

Function to close the modal.

Returns

void


isOpen

isOpen: boolean

Defined in: src/types/shared-components/VolunteerGroupViewModal/interface.ts:8

Indicates whether the modal is open.