saveItem()
Overview
public any function saveItem(
required string id
, required struct configuration
, string question = ""
)
Updates the configuration of a given item in the form.
Arguments
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | ID of the item to update |
configuration | struct | Yes | Configuration to save against the item |
question | string | No (default="") |