Skip to content

panelSchemaSectionStatus

function

Back to Helios Web API

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

Description

Compute the dirty status for one panel schema section.

Signature

export function panelSchemaSectionStatus(schema = {}, sectionId = '', stateManager = null) {

Parameters

NameTypeAttributesDefaultDescription
schemaObjectoptionalPanel schema to inspect.
sectionIdstringoptionalSection id to inspect.
stateManagerHeliosStateManager|nulloptionalState manager that tracks override status.

Returns

Section status: default, partial, or changed.

Type string