Property description

The object-detail-settings settings type defines layout settings specific to the object type’s detail window.

Minimal JSON

{}
{
  "area": [],
  "settings": {
    "type": "object-detail-settings",
    "editable": true
  }
}

Example taken from the core_data_model package.

Nested properties

PropertyDescriptionValuesMandatory
typeobject-detail-settingsstringNo
hideList of boolean values indicating whether each component should be hidden ("component": true) or visible ("component": false):` fullnessScore: If fullness score is configured for the object type, removes the score from the object detail., workflowStatus: Removes the workflow status.jsonNo
editableDetermines whether the attributes can be edited in the object detail window.booleanNo