Module

CompanyDetailsPage

Represents a CompanyDetailsPage page for showing company details

View Source pages/Dashboard/Company/CompanyDetailsPage.jsx, line 8

Members

number

# static constant activeTab

React state that holds active tab

Default Value:
  • 0

View Source pages/Dashboard/Company/CompanyDetailsPage.jsx, line 30

object

# static constant companyList

React state that holds company details

Default Value:
  • []

View Source pages/Dashboard/Company/CompanyDetailsPage.jsx, line 14

number

# static constant currentIndex

React state that holds current index

Default Value:
  • 0

View Source pages/Dashboard/Company/CompanyDetailsPage.jsx, line 38

boolean

# static constant filterDropdown

React state that holds filter dropdown status

Default Value:
  • false

View Source pages/Dashboard/Company/CompanyDetailsPage.jsx, line 46

boolean

# static constant isLoading

React state that holds loading status

Default Value:
  • true

View Source pages/Dashboard/Company/CompanyDetailsPage.jsx, line 22

Methods

# static apicall()

Function that calls api to get company details

View Source pages/Dashboard/Company/CompanyDetailsPage.jsx, line 64