Module

DefaultDashboard

Component for displaying the default dashboard.

View Source pages/Dashboard/DefaultDashboard.jsx, line 22

Members

boolean

# static isLoading

react state that stores the loading state.

Default Value:
  • true

View Source pages/Dashboard/DefaultDashboard.jsx, line 38

string

# static structure

react state that stores the current tab value.

Default Value:
  • tabs[0].value

View Source pages/Dashboard/DefaultDashboard.jsx, line 30

Methods

# static getChartLayout(is_shareholder)

Function to get the layout of the chart.

Parameters:
Name Type Description
is_shareholder boolean

Boolean indicating whether the user is a shareholder.

View Source pages/Dashboard/DefaultDashboard.jsx, line 73

# static getInvestmentPortfolioContent() → {JSX.Element}

Function to get the content of the investment portfolio.

View Source pages/Dashboard/DefaultDashboard.jsx, line 53

Returns the content of the investment portfolio.

JSX.Element