Details of the contextual configuration for a custom field.

interface BulkContextualConfiguration {
    configuration?: unknown;
    customFieldId: string;
    fieldContextId: string;
    id: string;
    schema?: unknown;
}

Properties

configuration?: unknown

The field configuration.

customFieldId: string

The ID of the custom field.

fieldContextId: string

The ID of the field context the configuration is associated with.

id: string

The ID of the configuration.

schema?: unknown

The field value schema.