| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | The identifier for this info page descriptor. |
| var | true | true | java.lang.String | Name of the exported scoped variable for the property panel descriptor.The type of the variable is com.ptc.core.components.descriptor.ComponentDescriptor. |
| type | false | true | java.lang.String | Name of the main type of object displayed in this property panel. If specified then the table infrastructure can take care of some things automagically. |
| scope | false | true | java.lang.String | The name of the scope to export the var attribute to. The scope can be (case-insensitive): "page","request","session", or "application" |
| oid | false | true | java.lang.String | Context oid for the properties displayed in the panel. By default the oid off the url is used. Oid format is expected to be like: OR:wt.part.WTPart:123, VR:wt.part.WTPart:1234 |
| mode | false | true | java.lang.String | The String form of one of the modes defined in the com.ptc.core.ui.resoureces.ComponentMode enum. VIEW is the default if not specified. |
| componentType | false | true | java.lang.String | The String form of one of the modes defined in the com.ptc.core.ui.resoureces.ComponentType enum. TABLE is the default if not specified. |
| columns | false | true | java.lang.Integer | Number of columns the panel should span. Used for grid style layout of atts. |