The PanelTarget object manages transient state for a single instance of a panel in the UI. By providing an auto-generated unique identifier for each panel instance, the PanelTarget object allows multiple instances of the same PanelDefinition to exist simultaneously on the page.

The attributes of the PanelInstance object, which are in addition to the attributes inherited from the InstanceObject base class, are described below:

Attribute

Description

instanceType

PanelTargetElement

panelId

Logical identifier for the corresponding PanelDefinition for the instance.

targetElementId

Auto-generated unique identifier for the panel instance.

 
loading table of contents...