Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

Sets the visibility of a docking window. The docking window can be either a Shogun Post panel or a user window.

Functional area

User Window

Command syntax

Syntax

showWindow "windowName" showBoolean

Arguments

NameTypeRequiredComments
windowNamestringyesName of the window to set visibility for. Can be one of a Shogun Post panel or a user window.
boolValbooleanyesBoolean to show, hide, or toggle visibility of the docking window.

Flags

None

Return value

void

Examples

// Toggle the visibility of the Attributes panel
showWindow "Attributes" toggle;

Additional information

Related commands

  • No labels