Skip to main content

default

Admin Docs


Function: default()

default(props, deprecatedLegacyContext?): ReactNode

Defined in: src/screens/OrganizationActionItems/ItemViewModal.tsx:32

A modal dialog for viewing action item details.

Parameters

props

InterfaceViewModalProps

deprecatedLegacyContext?

any

Deprecated

See

React Docs

Returns

ReactNode

The rendered modal component.

The ItemViewModal component displays all the fields of an action item in a modal dialog. It includes fields for assignee, assigner, category, pre and post completion notes, assignment date, due date, completion date, and event.