A modal component for displaying and editing data.

  • Type Parameters

    • Data extends {} = Record<string, any>

      The type of the data to be displayed in the modal.

    • Payload = any

      The type of the payload to be passed when submitting the form.

    • Params = any

      The type of the parameters to pass to the map functions.

    Parameters

    Returns Element

    • The rendered outlet modal component.