Skip to content

panelSchemaKeys

function

Back to Helios Web API

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

Description

Return all state keys referenced by a panel schema.

Signature

export function panelSchemaKeys(schema = {}) {

Parameters

NameTypeAttributesDefaultDescription
schemaObjectoptionalPanel schema to inspect.

Returns

Unique state keys referenced by the schema.

Type string[]