Details of a field configuration.

interface FieldConfigurationDetails {
    description?: string;
    name: string;
}

Hierarchy (view full)

Properties

Properties

description?: string

The description of the field configuration.

name: string

The name of the field configuration. Must be unique.