default
Function: default()
default(
props
):JSX.Element
Defined in: src/components/AgendaCategory/AgendaCategoryContainer.tsx:34
Component for displaying and managing agenda item categories.
Parameters
props
Contains agenda category data and functions for data management.
agendaCategoryConnection
"Organization"
agendaCategoryData
InterfaceAgendaItemCategoryInfo
[]
agendaCategoryRefetch
() => void
Returns
JSX.Element
A JSX element that renders agenda item categories with options to preview, edit, and delete.
Example
<AgendaCategoryContainer
agendaCategoryConnection="Organization"
agendaCategoryData={data}
agendaCategoryRefetch={refetch}
/>