Bridge2021
Object

InspectorPanel

Represents an object-inspection panel, a special type of tabbed palette that displays contextual information for a selected thumbnail.

Properties

NameType AccessDescription
Boolean read/write Whether to display this panel.
String readonly The localized title string to display in the panel's tab header.
String readonly The unique menu identifier of a script-defined flyout menu for this panel.
Boolean read/write When true, the panel is minimized or iconified.
Array readonly A collection of panelettes contained in this panel, in display order.
Number read/write The preferred default position of this tabbed panel in the Inspector, relative to other panels.
String read/write The title text of this panel, displayed in the tab header.
Boolean readonly When true, the majority of this panel is visible on the screen.
Boolean read/write When true, this panel occupies the entire available horizontal space.

Methods

Boolean

Registers a script-defined panelette as a member of this panel, adding it to panelettes list.

panelette Object The panelette object.
void

Removes a member panelette from this panel.

panelette Object The panelette object.

Parameter of 2

Method parameters that accept a InspectorPanel.