Skip to main content

Displaysettings

Represents the display settings of a custom field definition.

descriptionstring

The user-provided description of the custom field definition.

displayNamestringrequired

The user-provided name of the custom field definition.

fieldSizestringrequired

The custom field value display size in the UI.

Possible values: [SHORT, LONG]

Displaysettings
{
"description": "string",
"displayName": "string",
"fieldSize": "SHORT"
}