MCPcopy Create free account
hub / github.com/eclipsesource/jsonforms / isEnabled

Function isEnabled

packages/core/src/util/util.ts:165–172  ·  view source on GitHub ↗
(
    uischema: UISchemaElement,
    data: any,
    ajv: Ajv,
    config: unknown
  )

Source from the content-addressed store, hash-verified

163// Runtime --
164export const Runtime = {
165 isEnabled(
166 uischema: UISchemaElement,
167 data: any,
168 ajv: Ajv,
169 config: unknown
170 ): boolean {
171 return isEnabled(uischema, data, undefined, ajv, config);
172 },
173 isVisible(
174 uischema: UISchemaElement,
175 data: any,

Callers 1

isInherentlyEnabledFunction · 0.90

Calls 1

isEnabledFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…