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

Function isVisible

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

Source from the content-addressed store, hash-verified

171 return isEnabled(uischema, data, undefined, ajv, config);
172 },
173 isVisible(
174 uischema: UISchemaElement,
175 data: any,
176 ajv: Ajv,
177 config: unknown
178 ): boolean {
179 return isVisible(uischema, data, undefined, ajv, config);
180 },
181};

Callers 9

CategorizationListFunction · 0.90
mapStateToControlPropsFunction · 0.90
mapStateToLayoutPropsFunction · 0.90
mapStateToLabelPropsFunction · 0.90
mapStateToCellPropsFunction · 0.90
ngOnInitMethod · 0.90
mapStateToVisibleFunction · 0.90

Calls 1

isVisibleFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…