Details of the contextual configuration for a custom field.

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

Properties

configuration?: unknown

The field configuration.

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.