Skip to main content
Version: V3 (Ignition 8.3)

tamaki.mes.utils.closeEmbeddedSidebar

Description

Closes the embedded-sidebar docks on all four sides (embedded-sidebar-right, -left, -top, -bottom) and reopens the top-navigation-header dock. Use this to dismiss a sidebar opened with openEmbeddedSidebar.

Must be run in a Perspective session scope.

Syntax

tamaki.mes.utils.closeEmbeddedSidebar()

Parameters

ParameterTypeNullableDescription
None--This method does not take any parameters.

Returns

This method does not return a value.

Code Examples

# Typically called after a successful save to dismiss the sidebar form
tamaki.mes.utils.closeEmbeddedSidebar()