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

Function isScoped

packages/core/src/util/uischema.ts:128–129  ·  view source on GitHub ↗
(obj: unknown)

Source from the content-addressed store, hash-verified

126 !!obj && typeof obj === 'object';
127
128export const isScoped = (obj: unknown): obj is Scoped =>
129 isScopable(obj) && typeof obj.scope === 'string';
130
131export const isLabelable = (obj: unknown): obj is Labelable =>
132 !!obj && typeof obj === 'object';

Callers 2

findUiControlFunction · 0.85
composeWithUiFunction · 0.85

Calls 1

isScopableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…