getDisplayGroupDefinitions()

Retrieves the displayGroups declared in the selected component's manifest.

Syntax

Copy

Parameters

NameTypeDescription
options.filter.groupTypestringRestricts the result to display groups of a specific type, such as 'cssDataType' or 'data'.

Returns

Promise<DisplayGroupDefinitions>

An object mapping each display group's key to its definition.

Example

Copy

See also

Last updated: 8 September 2026

Did this help?