Perspective app bar auto minimize

We use a status bar in the bottom dock for showing non-critical statuses/updates caused by user actions. The app bar, if left open will cover this docked view. Making the docked view large enough to be viewd any time is not what we want to do, nor do we want the docked view to sit above the area the app bar expands into.

Am I able to set an auto hide for the app bar, that automatically minimize the bar when it is no longer in focus?

Thanks

1 Like

You could write to page.props.appBarVisible when your docked view is opened/closed?
https://docs.inductiveautomation.com/display/DOC81/Pages+in+Perspective#PagesinPerspective-PageProperties

thank you