List version of useCMEditViewDataManager

System Information
  • Strapi Version: 4.15
  • Operating System: MacOS
  • Database: Sqlite
  • Node Version: 18
  • Yarn Version: 1.22

Im creating a couple of action buttons in the UI. Using the injectContentManagerComponent is pretty cool. On the edit view I can use the useCMEditViewDataManager hook to get some data about this entry. Now I am looking for a way to get information on the List view. Is there some kind of hook to get the data about what is selected, filtered, etc?