Skip to main content

default

talawa-adminDocs


talawa-admin / components/AgendaCategory/AgendaCategoryContainer / default

Function: default()

> default(props): JSX.Element

Component for displaying and managing agenda item categories.

Parameters

props

Contains agenda category data and functions for data management.

props.agendaCategoryConnection: "Organization"

props.agendaCategoryData: undefined | InterfaceAgendaItemCategoryInfo[]

props.agendaCategoryRefetch

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\}
/\>

Defined in

src/components/AgendaCategory/AgendaCategoryContainer.tsx:34