renderConfigScreen()

Overview

public string function renderConfigScreen(
      required string fieldType         
    , required any    currentValue      
    , required struct fieldConfiguration
)

Renders the configuration screen for the given field type and field configuration. The configuration screen appears when a user clicks on an editable field within an inserted expression in the condition builder.

Arguments

NameTypeRequiredDescription
fieldTypestringYesName of the fieldtype
currentValueanyYesThe current saved value for the field within the expression
fieldConfigurationstructYesField type configuration options for the specific field