Module

SingleEventPage

Represents SingleEventPage page component

View Source pages/Dashboard/Events/SingleEventPage.jsx, line 12

Members

string

# static constant end_date

constant that holds end date

View Source pages/Dashboard/Events/SingleEventPage.jsx, line 51

object

# static constant eventData

React state that holds event data

Default Value:
  • {}

View Source pages/Dashboard/Events/SingleEventPage.jsx, line 18

Date

# static constant formattedDateEnd

constant that holds formatted end date

View Source pages/Dashboard/Events/SingleEventPage.jsx, line 65

string

# static constant formattedDateEnd

constant that holds formatted end date

View Source pages/Dashboard/Events/SingleEventPage.jsx, line 80

Date

# static constant formattedStartDate

constant that holds formatted start date

View Source pages/Dashboard/Events/SingleEventPage.jsx, line 58

string

# static constant formattedStartDate

constant that holds formatted start date

View Source pages/Dashboard/Events/SingleEventPage.jsx, line 73

boolean

# static constant isLoading

React state that holds loading status

Default Value:
  • true

View Source pages/Dashboard/Events/SingleEventPage.jsx, line 26

string

# static constant phoneNumber

React state that holds phone number

Default Value:
  • ''

View Source pages/Dashboard/Events/SingleEventPage.jsx, line 34

string

# static constant start_date

constant that holds start date

View Source pages/Dashboard/Events/SingleEventPage.jsx, line 44

Methods

# async static eventDataApiCall() → {Promise.<void>}

Function that handle event data api call

View Source pages/Dashboard/Events/SingleEventPage.jsx, line 101

Promise.<void>

# static handlePhoneNumberClick() → {void}

Function that handle phone number click

View Source pages/Dashboard/Events/SingleEventPage.jsx, line 91

void