# DisplaySettings

Represents the display settings of a custom field definition.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **string** | The user-provided description of the custom field definition. | [optional] [default to undefined]
**displayName** | **string** | The user-provided name of the custom field definition. | [default to undefined]
**fieldSize** | **string** | The custom field value display size in the UI. | [default to undefined]

## Example

```typescript
import { DisplaySettings } from './api';

const instance: DisplaySettings = {
    description,
    displayName,
    fieldSize,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
