Property description

The objectDetail property configures the object detail preview displayed in the right-side panel, search results, or other areas with limited space.

Minimal JSON

{}
{
  "main": {},
  "objectDetail": {
    "area": [
      {
        "type": "tabs",
        "values": [
          {
            "title": "objectDetail_section_title_description",
            "values": [
              {
                "componentId": "business_domain#attribute#description",
                "type": "attributes",
                "values": [
                  "core#description"
                ]
              }
            ]
          }
        ]
      }
    ]
  }
}

Example taken from the core_business_glossary package.

Nested properties

PropertyDescriptionValuesMandatory
areaArray of components that the object detail panel consists of. We recommend first using the tabs component to organize the components into multiple tabs within the object detail panel. Each tab will have its own title and can contain different components, as shown in the example JSON. Other supported components are: api-table, attributes, codetable-label, codetable-label-user, component, panel, relations, section-titlejsonNo
settingsSettings specific to the object detail.jsonNo