getData()

Retrieves the current data values for the selected component, as declared in its manifest's data section.

Syntax

Copy

Returns

Promise<T>

An object with the current value of every data field defined in the manifest, keyed by dataItemKey.

Example

Copy

To see which keys are available on data for the selected component, call getDataDefinitions().

See also

Last updated: 8 September 2026

Did this help?