In <PROJECT_NAME>, we are currently implementing server side extended validation of our entities. The user can trigger a validation run, the result is shown in the Tab Panel in the Sidebar. If there are no errors found, the sidebar should stay at it is, if there are errors, the sidebar should be automatically shown in the “minimized” variety.
How can I achieve that? Can I dispatch an action to extend the sidebar?