Use case or problem
I am currently working on a simple plugin to select a random note from a bases view, however the current bases API does not provide a way to add a Action Menu Item. This is the menu that is displayed by clicking on the result count component. I can hack my way around adding the menu item but then the problem is that I do not have access to the BasesView object that contains the results list.
Proposed solution
Add Obsidian API support for adding an action menu item.
Current workaround (optional)
I can use the click event on the results count component to search the DOM for the action menu and append an item to it there. However, I still do not have access to the bases object that contains the results. I can scan the DOM again for table records, but then it is not clear how to get specific the note name or path. I can have the user enter the property name in the settings but then they would need to adjust this for each bases view.