getResolvedData()

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.

Syntax

Copy

Parameters

NameTypeDescription
options.dataItemKeystringKey of the data field to retrieve. Must match a key returned by getDataDefinitions().

Returns

Promise<unknown>

The current value of the requested data field.

Example

Copy

See also

Last updated: 8 September 2026

Did this help?