Details of the contextual configuration for a custom field.

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

Properties

configuration?: {}

The field configuration.

Type declaration

    fieldContextId: string

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

    id: string

    The ID of the configuration.

    schema?: {}

    The field value schema.

    Type declaration