renderConfiguredField()
Overview
public string function renderConfiguredField(
required string fieldType
, required any value
, required struct fieldConfiguration
)
Renders a saved configuration for a field for the given field type. i.e. the text that is displayed in the condition builder wizard. For example, "High flyers" below:
User belongs to group ("High flyers")
Arguments
Name | Type | Required | Description |
---|---|---|---|
fieldType | string | Yes | Name of the fieldtype |
value | any | Yes | Saved value to render |
fieldConfiguration | struct | Yes | Field type configuration options for the specific field |