Skip to main content

InterfaceItemUpdateStatusModalProps

Admin Docs


Interface: InterfaceItemUpdateStatusModalProps

Defined in: src/screens/OrganizationActionItems/ItemUpdateStatusModal.tsx:31

CSS Strategy Explanation:

To ensure consistency across the application and reduce duplication, common styles (such as button styles) have been moved to the global CSS file. Instead of using component-specific classes (e.g., .greenregbtnOrganizationFundCampaign, .greenregbtnPledge), a single reusable class (e.g., .addButton) is now applied.

Benefits:

  • **Reduces redundant CSS code.
  • **Improves maintainability by centralizing common styles.
  • **Ensures consistent styling across components.

Global CSS Classes used:

  • .addButton
  • .removeButton

For more details on the reusable classes, refer to the global CSS file.

Properties

actionItem

actionItem: InterfaceActionItemInfo

Defined in: src/screens/OrganizationActionItems/ItemUpdateStatusModal.tsx:35


actionItemsRefetch()

actionItemsRefetch: () => void

Defined in: src/screens/OrganizationActionItems/ItemUpdateStatusModal.tsx:34

Returns

void


hide()

hide: () => void

Defined in: src/screens/OrganizationActionItems/ItemUpdateStatusModal.tsx:33

Returns

void


isOpen

isOpen: boolean

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