Skip to content

resolvePanelItemLabel

function

Back to Helios Web API

Kind
function
Source
src/ui/panels/panelSchema.js:92

Description

Resolve the display label for a panel schema item.

Signature

export function resolvePanelItemLabel(item, stateManager = null) {

Parameters

NameTypeAttributesDefaultDescription
itemstring|ObjectPanel schema item descriptor.
stateManagerHeliosStateManager|nulloptionalOptional state manager for state entry labels.

Returns

Display label for the item.

Type string