Retrieves the current value of a single data field from the selected component, by dataItemKey.
Call getData() to retrieve every data field at once. Call getResolvedData() when you only need one field, or when you want to avoid re-fetching values you already have.
| Name | Type | Description |
|---|---|---|
options.dataItemKey | string | Key of the data field to retrieve. Must match a key returned by getDataDefinitions(). |
Promise<unknown>
The current value of the requested data field.
Last updated: 8 September 2026