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
Name | Type | Required | Description |
---|---|---|---|
fieldType | string | Yes | Name of the fieldtype |
currentValue | any | Yes | The current saved value for the field within the expression |
fieldConfiguration | struct | Yes | Field type configuration options for the specific field |