You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when you use the AppLayout component in northstar, there is no way to implement onChange events like onToolsChange or onNavigationChange.
I'm using northstar AppLayout in a project and want to run some custom logic when the user shows and hides the slide out help panel. There is an attribute in the cloudscape AppLayout component that allows you to do this, however, the northstar AppLayout does not give you the option.
Currently, when you use the AppLayout component in northstar, there is no way to implement onChange events like onToolsChange or onNavigationChange.
I'm using northstar AppLayout in a project and want to run some custom logic when the user shows and hides the slide out help panel. There is an attribute in the cloudscape AppLayout component that allows you to do this, however, the northstar AppLayout does not give you the option.
E.g. I want to do something like this:
The current northstar AppLayout code implements:
It would be ideal if it could also run an optional user defined onToolsChange code, e.g.
The same applies for the other onChange events like:
The text was updated successfully, but these errors were encountered: