Module

ShareHistory

Represents the share history page component

View Source pages/Dashboard/Sharehistory/Sharehistory.jsx, line 8

Members

boolean

# static constant filterDropdown

React state for storing state of filter dropdown

Default Value:
  • false

View Source pages/Dashboard/Sharehistory/Sharehistory.jsx, line 14

string

# static constant searchInput

React state for storing state of search input

Default Value:
  • ""

View Source pages/Dashboard/Sharehistory/Sharehistory.jsx, line 21

Array.<object>

# static shareHistoryList

React memo hook for getting share history list

View Source pages/Dashboard/Sharehistory/Sharehistory.jsx, line 43

string

# static constant sortBy

React state for storing state of sort by

Default Value:
  • ""

View Source pages/Dashboard/Sharehistory/Sharehistory.jsx, line 28

# static useGetShareHistoryList

React query hook for getting share history list

View Source pages/Dashboard/Sharehistory/Sharehistory.jsx, line 35