I have a navigation problem I can't figure out how fix.
I have list of items. At the end of the list I have a button that activated a custom dialog/Context menu.
I'm passing the row ID of the list record into my custom dialog component.
I want to click the "edit" and then an endDrawer should pull out like this which shows all the details of the row I just clicked:
However I can't figure out how to activate the endDrawer from within my custom dialog.
I thought I could do something simple like passing a boolean as a show/hide switch to my page- or app state. However it seems the only way to bring out the endDrawer is with an action that is activated from the page where the endDrawer should pull out.
Does anyone know if there is a way around this?