Skip to content

panelSchemaSectionKeys

function

Back to Helios Web API

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

Description

Return all state keys referenced by one panel schema section.

Signature

export function panelSchemaSectionKeys(schema = {}, sectionId = '') {

Parameters

NameTypeAttributesDefaultDescription
schemaObjectoptionalPanel schema to inspect.
sectionIdstringoptionalSection id to inspect.

Returns

Unique state keys referenced by the section.

Type string[]