Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinityexplorer/dfinityexplorer-dashboard
/ functions
Functions
257 in github.com/dfinityexplorer/dfinityexplorer-dashboard
⨍
Functions
257
◇
Types & classes
84
Method
getGetTickY
* Return a string for the y-axis tick label corresponding to the specified value. * @param {Any} value The value of the data. * @return {String}
web/src/Components/CanistersChart/CanistersChart.js:165
Method
getGetTickY
* Return a string for the y-axis tick label corresponding to the specified value. * @param {Any} value The value of the data. * @return {String}
web/src/Components/MessagesChart/MessagesChart.js:165
Method
getGetTickY
* Return a string for the y-axis tick label corresponding to the specified value. * @param {Any} value The value of the data. * @return {String} T
web/src/Components/PriceChart/PriceChart.js:155
Method
getGetTickY
* Return a string for the y-axis tick label corresponding to the specified value. * @param {Any} value The value of the data. * @return {String}
web/src/Components/BarChart/BarChart.js:212
Method
getGetTickY
* Return a string for the y-axis tick label corresponding to the specified value. * @param {Any} value The value of the data. * @return {String}
web/src/Components/BlocksChart/BlocksChart.js:124
Method
getGetTooltipX
* Return a string for the x-axis tooltip label corresponding to the specified value. * @param {Any} value The value of the data. * @return {Stri
web/src/Components/CanistersChart/CanistersChart.js:180
Method
getGetTooltipX
* Return a string for the x-axis tooltip label corresponding to the specified value. * @param {Any} value The value of the data. * @return {Stri
web/src/Components/MessagesChart/MessagesChart.js:180
Method
getGetTooltipX
* Return a string for the x-axis tooltip label corresponding to the specified value. * @param {Any} value The value of the data. * @return {String
web/src/Components/PriceChart/PriceChart.js:165
Method
getGetTooltipX
* Return a string for the x-axis tooltip label corresponding to the specified value. * @param {Any} value The value of the data. * @return {Stri
web/src/Components/BlocksChart/BlocksChart.js:139
Method
getGetTooltipY
* Return a string for the y-axis tooltip label corresponding to the specified value. * @param {Any} value The value of the data. * @return {Stri
web/src/Components/CanistersChart/CanistersChart.js:190
Method
getGetTooltipY
* Return a string for the y-axis tooltip label corresponding to the specified value. * @param {Any} value The value of the data. * @return {Stri
web/src/Components/MessagesChart/MessagesChart.js:191
Method
getGetTooltipY
* Return a string for the y-axis tooltip label corresponding to the specified value. * @param {Any} value The value of the data. * @return {String
web/src/Components/PriceChart/PriceChart.js:178
Method
getGetTooltipY
* Return a string for the y-axis tooltip label corresponding to the specified value. * @param {Any} value The value of the data. * @return {Stri
web/src/Components/BlocksChart/BlocksChart.js:149
Function
getHeader
* Return the elements for the header based on the current breakpoint. * @return {Object} The elements for the header based on the current breakpoin
web/src/Components/AboutPage/AboutPage.js:311
Method
getRowCellsDollarMetric
* Return the table cells for the specified dollar-value row. * @param {String} description The description text of the metric object. * @param {
web/src/Components/IcpMetricsTable/IcpMetricsTable.js:293
Function
getSectionContributors
* Return the elements for the Contributors section based on the current breakpoint. * @return {Object} The elements for the Contributors section ba
web/src/Components/AboutPage/AboutPage.js:486
Method
getTitle
* Return the title of the chart. * @return {String} The title of the chart. * @protected
web/src/Components/CountriesChart/CountriesChart.js:62
Method
getTitle
* Return the title of the chart. * @return {String} The title of the chart. * @protected
web/src/Components/CanistersChart/CanistersChart.js:81
Method
getTitle
* Return the title of the chart. * @return {String} The title of the chart. * @protected
web/src/Components/MessagesChart/MessagesChart.js:112
Method
getTitle
* Return the title of the chart. * @return {String} The title of the chart. * @protected
web/src/Components/BlocksChart/BlocksChart.js:72
Method
getTitle
* Return the title of the chart. * @return {String} The title of the chart. * @protected
web/src/Components/StakedChart/StakedChart.js:64
Function
getToolbar
* Return the elements for the Toolbar component. * @return {Object} The elements for the Toolbar component. * @private
web/src/Components/TablePager/TablePager.js:340
Method
getTransactions
* Callback to get the specified transactions. * @param {Number} offset The offset at which to start getting transactions. * @param {Number} limi
web/src/Components/TransactionsPage/TransactionsPage.js:155
Method
getTransactions
* Return an array of Transaction objects based on the specified parameters, or an empty array if * none found. * @param limit {number} The maxim
web/src/rosetta/RosettaApi.js:183
Method
getTransactionsByAccount
* Return an array of Transaction objects based on the specified parameters, or an empty array if * none found. * @param {string} accountAddress
web/src/rosetta/RosettaApi.js:217
Method
handleChangePage
* Callback fired when the TransactionsPagedTable component page is changed. * @param {Number} pageIndex The index of the new page. * @public
web/src/Components/TransactionsPage/TransactionsPage.js:168
Method
handleChangePageSize
* Callback fired when the TransactionsPagedTable component number of rows per page is changed. * @param {Number} pageSize The number of rows per pa
web/src/Components/TransactionsPage/TransactionsPage.js:179
Method
handleSimulationSwitchChange
* Callback fired when the value of the DataCentersTable component Simulation switch changes. * @param {Object} event The event source of the callba
web/src/Components/DataCentersPage/DataCentersPage.js:280
Function
handleWindowResize
* Force the component to re-render when the window is resized. * @private
web/src/Components/DEAppBar/DEAppBar.js:512
Function
if
(count >= 1000000000)
web/src/Components/TablePager/TablePager.js:433
Function
imageIsRequired
* Validate that either svgIconPath or iconImageSrc is defined. * @param {Object} props The props of the component. * @returns {Error} Error if n
web/src/Components/DashCard/DashCard.js:115
Function
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/AboutPage/AboutPage.js:293
Function
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/TablePager/TablePager.js:326
Function
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/DEAppBar/DEAppBar.js:473
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/TransactionsPage/TransactionsPage.js:103
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/IcpMetricsTable/IcpMetricsTable.js:84
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/NodesCard/NodesCard.js:56
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/CpuCoresCard/CpuCoresCard.js:56
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/MemoryCard/MemoryCard.js:56
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/CountriesTable/CountriesTable.js:59
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/DataCentersPage/DataCentersPage.js:179
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/EarthTooltipTable/EarthTooltipTable.js:54
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/AccountPage/AccountPage.js:156
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/CyclesCard/CyclesCard.js:69
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/MessagesCard/MessagesCard.js:69
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/HomePage/HomePage.js:212
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/BarChart/BarChart.js:85
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/SubnetsCard/SubnetsCard.js:56
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/NetworkMetricsTable/NetworkMetricsTable.js:85
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/DfinityEarth/DfinityEarth.js:54
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/PriceCard/PriceCard.js:79
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/BlockTimeCard/BlockTimeCard.js:69
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/DataCentersTable/DataCentersTable.js:78
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/EarthTooltip/EarthTooltip.js:102
Method
render
* Return a reference to a React element to render into the DOM. * @return {Object} A reference to a React element to render into the DOM. * @pub
web/src/Components/TransactionPage/TransactionPage.js:168
Function
renderCustomizedLabel
* Return a ReactElement to render for the label. * @param {Object} props Label rendering props. * @returns {ReactElement} Element to render for
web/src/Components/PieChart/PieChart.js:84
Function
roundDownDateToDay
(date)
web/src/utils/roundDownDateToDay.js:13
← previous
201–257 of 257, ranked by callers