renderFormItem()
Overview
public string function renderFormItem(
required string itemType
, required struct configuration
)
Renders the given form item with its configuration options.
Arguments
Name | Type | Required | Description |
---|---|---|---|
itemType | string | Yes | The type of the item to render |
configuration | struct | Yes | The configuration struct of the item to render |