nextspace
    Preparing search index...

    Variable EventStatusConst

    EventStatus: React.FC<{ conversationData: Conversation }> = ...

    EventStatus component

    Displays the status of an event after it has been created. It provides URLs for the moderator and participant views based on the conversation data. Also displays start event button if event is in future.

    The conversation data object containing details about the event.

    A React component displaying event status and relevant URLs.