@refinio/one.ui
    Preparing search index...
    • This component builds and returns the dialog view with all the information of the given event as a parameter. The information is displayed in JSON format, being a useful tool only for developers.

      Parameters

      • props: {
            dialogState: boolean;
            event: JournalEntry;
            onError?: (e: Error) => void;
            setDialogState: (value: boolean) => void;
            type: string;
        }

        Properties of this view:

        • dialogState: boolean

          Flag depending on whether the dialog is displayed or not

        • event: JournalEntry

          The event for which the dialog needs to be displayed

        • OptionalonError?: (e: Error) => void
        • setDialogState: (value: boolean) => void

          Setter of the dialogState

        • type: string

          The type of the event

      Returns ReactElement