MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / isSetterConfig

Function isSetterConfig

packages/types/src/deprecated/isSetterConfig.ts:7–9  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

5 * @deprecated use same function from '@alilc/lowcode-utils' instead
6 */
7export function isSetterConfig(obj: any): obj is IPublicTypeSetterConfig {
8 return obj && typeof obj === 'object' && 'componentName' in obj && !isCustomView(obj);
9}

Callers 2

constructorMethod · 0.50
setterInfoMethod · 0.50

Calls 1

isCustomViewFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…